Revert "[Tizen] Add temporaty log to node"
[platform/core/uifw/dali-core.git] / dali / internal / update / manager / sorted-layers.h
index 6c53a5b..99f04bb 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_INTERNAL_SCENE_GRAPH_SORTED_LAYERS_H
 
 /*
- * 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.
 
 namespace Dali
 {
-
 namespace Internal
 {
-
 namespace SceneGraph
 {
-
 class Layer;
 
 /**
  * A container of Layer pointers sorted by depth
  */
-using SortedLayerPointers = std::vector<Layer *>;
+using SortedLayerPointers = std::vector<Layer*>;
 
 using SortedLayersIter      = SortedLayerPointers::iterator;
 using SortedLayersConstIter = SortedLayerPointers::const_iterator;