summaryrefslogtreecommitdiff
path: root/src/components/formatters/include/formatters/meta_formatter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/formatters/include/formatters/meta_formatter.h')
-rw-r--r--src/components/formatters/include/formatters/meta_formatter.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/components/formatters/include/formatters/meta_formatter.h b/src/components/formatters/include/formatters/meta_formatter.h
index f9fd6fad72..65b8c19863 100644
--- a/src/components/formatters/include/formatters/meta_formatter.h
+++ b/src/components/formatters/include/formatters/meta_formatter.h
@@ -44,7 +44,8 @@ namespace NsJSONHandler {
namespace Formatters {
/**
- * @brief Formats to string the smart object against given schema for given formatter
+ * @brief Formats to string the smart object against given schema for given
+ *formatter
*
* Sample usage:
* CSmartFactory factory;
@@ -54,7 +55,6 @@ namespace Formatters {
*/
class CMetaFormatter {
public:
-
/**
* @brief Creates smart object by the given schema having copied
* matched tree elements from original object.
@@ -66,13 +66,13 @@ class CMetaFormatter {
* @return true if successful, false - otherwise
*/
static bool CreateObjectByPattern(
- const NsSmartDeviceLink::NsSmartObjects::SmartObject& object,
- const NsSmartDeviceLink::NsSmartObjects::CSmartSchema& schema,
- NsSmartDeviceLink::NsSmartObjects::SmartObject& result_object);
+ const NsSmartDeviceLink::NsSmartObjects::SmartObject& object,
+ const NsSmartDeviceLink::NsSmartObjects::CSmartSchema& schema,
+ NsSmartDeviceLink::NsSmartObjects::SmartObject& result_object);
};
-}// namespace NsSmartDeviceLink
-}// namespace NsSmartDeviceLink::NsJSONHandler
-}// namespace NsSmartDeviceLink::NsJSONHandler::Formatters
+} // namespace NsSmartDeviceLink
+} // namespace NsSmartDeviceLink::NsJSONHandler
+} // namespace NsSmartDeviceLink::NsJSONHandler::Formatters
-#endif // __SMARTDEVICELINKCORE_JSONHANDLER_FORMATTERS_METAFORMATTER_H__
+#endif // __SMARTDEVICELINKCORE_JSONHANDLER_FORMATTERS_METAFORMATTER_H__