From c9eae766cafa2f1c51468a387aac746d5d0a31d1 Mon Sep 17 00:00:00 2001 From: Przemyslaw Bida Date: Mon, 21 Aug 2023 15:24:04 +0200 Subject: [PATCH] make pretty --- src/core/meshcop/tcat_agent.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/meshcop/tcat_agent.hpp b/src/core/meshcop/tcat_agent.hpp index 628cbe6ea17..1377d50661d 100644 --- a/src/core/meshcop/tcat_agent.hpp +++ b/src/core/meshcop/tcat_agent.hpp @@ -213,7 +213,7 @@ class TcatAgent : public InstanceLocator, private NonCopyable kStatusGeneralError = OT_TCAT_STATUS_GENERAL_ERROR, ///< An error not matching any other category occurred kStatusBusy = OT_TCAT_STATUS_BUSY, ///< Command cannot be executed because the resource is busy kStatusUndefined = OT_TCAT_STATUS_UNDEFINED, ///< The requested value, data or service is not defined - ///< (currently) or not present + ///< (currently) or not present kStatusHashError = OT_TCAT_STATUS_HASH_ERROR, ///< The hash value presented by the commissioner was incorrect kStatusUnauthorized = OT_TCAT_STATUS_UNAUTHORIZED, ///< Sender does not have sufficient authorization for the given command