Added SVACE Fixes for C++ wrapper Unit TCs
[platform/upstream/iotivity.git] / service / notification / cpp-wrapper / provider / inc / NSConsumer.h
index 17ef502..203ab9e 100755 (executable)
@@ -55,7 +55,9 @@ namespace OIC
                       * @param consumerId -consumerId of the Notification service Consumer.\r
                       */\r
                 NSConsumer(const std::string &consumerId)\r
-                    : m_consumerId(consumerId) {}\r
+                    : m_consumerId(consumerId)\r
+                {\r
+                }\r
 \r
                 /**\r
                       * Constructor of NSConsumer.\r