Remove useless iteration when debug mode
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / text-scroller-interface.h
index 08b1153..0181382 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H__
-#define __DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H__
+#ifndef DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H
+#define DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H
 
 /*
- * Copyright (c) 2016 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
 {
-
 class Actor;
 
 namespace Toolkit
 {
-
 namespace Text
 {
-
 /**
  * @brief An interface used by the text-controls which implement auto-scrolling
  */
 class ScrollerInterface
 {
 public:
-
   /**
    * @brief Virtual destructor.
    */
   virtual ~ScrollerInterface()
-  {}
+  {
+  }
 
   /**
    * @brief Called when the scrolling finishes
@@ -54,4 +51,4 @@ public:
 
 } // namespace Dali
 
-#endif // __DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H__
+#endif // DALI_TOOLKIT_TEXT_SCROLLER_INTERFACE_H