Merge "Updated all code to new format" into devel/master
[platform/core/uifw/dali-core.git] / dali / internal / event / common / event-thread-services.cpp
index aa9e334..75b6c8a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2019 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.
@@ -24,7 +24,6 @@ namespace Dali
 {
 namespace Internal
 {
-
 EventThreadServices& EventThreadServices::Get()
 {
   return ThreadLocalStorage::Get().GetEventThreadServices();
@@ -35,5 +34,5 @@ bool EventThreadServices::IsCoreRunning()
   return ThreadLocalStorage::Created();
 }
 
-} // Internal
-} // Dali
+} // namespace Internal
+} // namespace Dali