From 55bcdc8db68b4ab3e7ac5fa9c9939a9f2711bae5 Mon Sep 17 00:00:00 2001 From: Kevin Matz Date: Sun, 4 Dec 2022 12:06:16 -0500 Subject: [PATCH] cleanup whitespace --- protocol/esta/acn/component.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protocol/esta/acn/component.h b/protocol/esta/acn/component.h index 6d3da09..ce9f28e 100644 --- a/protocol/esta/acn/component.h +++ b/protocol/esta/acn/component.h @@ -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