Updated all files to new format
[platform/core/uifw/dali-demo.git] / examples / scene-loader / main.cpp
index c87244a..630aa26 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
- * Copyright (c) 2020 Samsung Electronics Co., Ltd.\r
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
@@ -22,7 +22,7 @@ using namespace Dali;
 \r
 int DALI_EXPORT_API main(int argc, char** argv)\r
 {\r
-  auto app = Application::New(&argc, &argv, DEMO_THEME_PATH);\r
+  auto               app = Application::New(&argc, &argv, DEMO_THEME_PATH);\r
   SceneLoaderExample sceneLoader(app);\r
   app.MainLoop();\r
   return 0;\r