[dali_2.3.21] Merge branch 'devel/master'
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / paragraph-run.h
index 7a90363..94e9382 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_TEXT_PARAGRAPH_RUN_H__
-#define __DALI_TOOLKIT_TEXT_PARAGRAPH_RUN_H__
+#ifndef DALI_TOOLKIT_TEXT_PARAGRAPH_RUN_H
+#define DALI_TOOLKIT_TEXT_PARAGRAPH_RUN_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
 {
-
 namespace Toolkit
 {
-
 namespace Text
 {
-
 /**
  * @brief ParagraphRun
  *
@@ -41,8 +38,8 @@ namespace Text
  */
 struct ParagraphRun
 {
-  CharacterRun  characterRun; ///< The initial character index within the whole text and the number of characters of the run.
-  Size          layoutSize;   ///< The size of the paragraph when is laid-out.
+  CharacterRun characterRun; ///< The initial character index within the whole text and the number of characters of the run.
+  Size         layoutSize;   ///< The size of the paragraph when is laid-out.
 };
 
 } // namespace Text
@@ -51,4 +48,4 @@ struct ParagraphRun
 
 } // namespace Dali
 
-#endif // __DALI_TOOLKIT_TEXT_PARAGRAPH_RUN_H__
+#endif // DALI_TOOLKIT_TEXT_PARAGRAPH_RUN_H