Updated all header files to new format
[platform/core/uifw/dali-toolkit.git] / dali-scene-loader / public-api / api.h
index f5ffea0..45f4a1c 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef DALI_SCENE_LOADER_API_H
 #define DALI_SCENE_LOADER_API_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.
 
 #elif defined(WIN32)
 #ifdef BUILDING_DALI_SCENE_LOADER
-#define DALI_SCENE_LOADER_API  __declspec(dllexport)
+#define DALI_SCENE_LOADER_API __declspec(dllexport)
 #else
-#define DALI_SCENE_LOADER_API  __declspec(dllimport)
-#endif  // BUILDING_DALI_SCENE_LOADER
+#define DALI_SCENE_LOADER_API __declspec(dllimport)
+#endif // BUILDING_DALI_SCENE_LOADER
 
 #endif