DALi Version 2.1.5
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / helpers / property-helper.h
index e91062d..fc9b657 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_TOOLKIT_INTERNAL_PROPERTY_HELPER_H
 
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  */
 
 // EXTERNAL INCLUDES
-#include <string>
 #include <dali/public-api/object/property.h>
+#include <string>
 
 namespace Dali
 {
-
 namespace Toolkit
 {
-
 namespace Internal
 {
-
 /**
  * @brief Parses a Property::Value to retrieve the string.
  *
@@ -40,7 +37,7 @@ namespace Internal
  *
  * @return True if a string was extracted successfully.
  */
-bool GetStringFromProperty( const Property::Value& value, std::string& output );
+bool GetStringFromProperty(const Property::Value& value, std::string& output);
 
 } // namespace Internal
 
@@ -48,5 +45,4 @@ bool GetStringFromProperty( const Property::Value& value, std::string& output );
 
 } // namespace Dali
 
-
 #endif // DALI_TOOLKIT_INTERNAL_PROPERTY_HELPER_H