summaryrefslogtreecommitdiff
path: root/src/components/formatters/src
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/formatters/src')
-rw-r--r--src/components/formatters/src/CFormatterJsonBase.cc2
-rw-r--r--src/components/formatters/src/CFormatterJsonSDLRPCv1.cc6
-rw-r--r--src/components/formatters/src/CFormatterJsonSDLRPCv2.cc6
3 files changed, 7 insertions, 7 deletions
diff --git a/src/components/formatters/src/CFormatterJsonBase.cc b/src/components/formatters/src/CFormatterJsonBase.cc
index af8668543a..6dc3d28f16 100644
--- a/src/components/formatters/src/CFormatterJsonBase.cc
+++ b/src/components/formatters/src/CFormatterJsonBase.cc
@@ -31,8 +31,8 @@
// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
// POSSIBILITY OF SUCH DAMAGE.
-#include "json/json.h"
#include "formatters/CFormatterJsonBase.h"
+#include "json/json.h"
#include "utils/convert_utils.h"
void ns_smart_device_link::ns_json_handler::formatters::CFormatterJsonBase::
diff --git a/src/components/formatters/src/CFormatterJsonSDLRPCv1.cc b/src/components/formatters/src/CFormatterJsonSDLRPCv1.cc
index a5c3d1a103..2f47c83a6b 100644
--- a/src/components/formatters/src/CFormatterJsonSDLRPCv1.cc
+++ b/src/components/formatters/src/CFormatterJsonSDLRPCv1.cc
@@ -164,6 +164,6 @@ CFormatterJsonSDLRPCv1::MetaFormatToString(
return result_code;
}
-}
-}
-}
+} // namespace formatters
+} // namespace ns_json_handler
+} // namespace ns_smart_device_link
diff --git a/src/components/formatters/src/CFormatterJsonSDLRPCv2.cc b/src/components/formatters/src/CFormatterJsonSDLRPCv2.cc
index a582b52462..bee92fbbee 100644
--- a/src/components/formatters/src/CFormatterJsonSDLRPCv2.cc
+++ b/src/components/formatters/src/CFormatterJsonSDLRPCv2.cc
@@ -107,6 +107,6 @@ CFormatterJsonSDLRPCv2::MetaFormatToString(
return result_code;
}
-}
-}
-}
+} // namespace formatters
+} // namespace ns_json_handler
+} // namespace ns_smart_device_link