Updated all header files to new format
[platform/core/uifw/dali-toolkit.git] / dali-scene-loader / public-api / string-callback.h
index 9569b2d..5a1d289 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef DALI_SCENE_LOADER_STRING_CALLBACK_H
 #define DALI_SCENE_LOADER_STRING_CALLBACK_H
 /*
- * Copyright (c) 2020 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.
@@ -28,7 +28,6 @@ namespace Dali
 {
 namespace SceneLoader
 {
-
 /*
  * @brief A callback to post strings to.
  */
@@ -39,7 +38,7 @@ using StringCallback = std::function<void(const std::string&)>;
  */
 DALI_SCENE_LOADER_API void DefaultErrorCallback(const std::string& message);
 
-}
-}
+} // namespace SceneLoader
+} // namespace Dali
 
 #endif //DALI_SCENE_LOADER_STRING_CALLBACK_H