cleanup whitespace

This commit is contained in:
Kevin Matz 2022-12-04 12:06:16 -05:00
parent 304c74ae39
commit 55bcdc8db6

View File

@ -66,7 +66,7 @@ public:
* component identifier or CID which is unique not just within the system but across the whole * component identifier or CID which is unique not just within the system but across the whole
* world and does not change with time. * world and does not change with time.
*/ */
const UUID::uuid cid() const { return cid_; } const UUID::uuid cid() const { return cid_; }
/** /**
* @brief @cite epi19 3.1 Fixed Component Type Name (FCTN) * @brief @cite epi19 3.1 Fixed Component Type Name (FCTN)
@ -81,12 +81,12 @@ public:
* *
* Shall be a UTF-8 string that may be assigned by the user. * Shall be a UTF-8 string that may be assigned by the user.
*/ */
const std::string userName() const { return uacn_; } const std::string userName() const { return uacn_; }
/** /**
* @brief Component Name, either User Asigned or Fixed. * @brief Component Name, either User Asigned or Fixed.
* @return a name * @return a name
*/ */
const std::string name() const { return uacn_.empty() ? fctn_ : uacn_; } const std::string name() const { return uacn_.empty() ? fctn_ : uacn_; }
/** /**
* @brief Set the User Asigned Component Name (UACN). * @brief Set the User Asigned Component Name (UACN).
* @param s UACN Name string * @param s UACN Name string