1
0
Fork 0

cleanup whitespace

This commit is contained in:
Kevin Matz 2022-12-04 12:06:16 -05:00
parent 304c74ae39
commit 55bcdc8db6
1 changed files with 3 additions and 3 deletions

View File

@ -66,7 +66,7 @@ public:
* component identifier or CID which is unique not just within the system but across the whole
* 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)
@ -81,12 +81,12 @@ public:
*
* 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.
* @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).
* @param s UACN Name string