summaryrefslogtreecommitdiff
path: root/src/components/formatters/include/formatters/generic_json_formatter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/formatters/include/formatters/generic_json_formatter.h')
-rw-r--r--src/components/formatters/include/formatters/generic_json_formatter.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/components/formatters/include/formatters/generic_json_formatter.h b/src/components/formatters/include/formatters/generic_json_formatter.h
index a4b3f3f712..580a49d73a 100644
--- a/src/components/formatters/include/formatters/generic_json_formatter.h
+++ b/src/components/formatters/include/formatters/generic_json_formatter.h
@@ -35,14 +35,14 @@
#ifndef SMARTDEVICELINK_COMPONENTS_FORMATTERS_INCLUDE_FORMATTERS_GENERIC_JSON_FORMATTER_H_
#define SMARTDEVICELINK_COMPONENTS_FORMATTERS_INCLUDE_FORMATTERS_GENERIC_JSON_FORMATTER_H_
-#include "CFormatterJsonBase.hpp"
+#include "CFormatterJsonBase.h"
namespace NsSmartDeviceLink {
namespace NsJSONHandler {
namespace Formatters {
-class GenericJsonFormatter: public CFormatterJsonBase {
-public:
+class GenericJsonFormatter : public CFormatterJsonBase {
+ public:
/**
* @brief Creates a JSON string from a SmartObject.
*
@@ -64,8 +64,8 @@ public:
NsSmartObjects::SmartObject& out);
};
-} // namespace Formatters
-} // namespace NsJSONHandler
-} // namespace NsSmartDeviceLink
+} // namespace Formatters
+} // namespace NsJSONHandler
+} // namespace NsSmartDeviceLink
-#endif // SMARTDEVICELINK_COMPONENTS_FORMATTERS_INCLUDE_FORMATTERS_GENERIC_JSON_FORMATTER_H_
+#endif // SMARTDEVICELINK_COMPONENTS_FORMATTERS_INCLUDE_FORMATTERS_GENERIC_JSON_FORMATTER_H_