(TextController) Reformatted to reduce LOC
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / script-run.h
old mode 100755 (executable)
new mode 100644 (file)
index ce0698f..acdd7a7
@@ -2,7 +2,7 @@
 #define DALI_TOOLKIT_TEXT_SCRIPT_RUN_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 Toolkit
 {
-
 namespace Text
 {
-
 /**
  * @brief Run of characters with the same script.
  */
 struct ScriptRun
 {
-  CharacterRun characterRun; ///< The initial character index and the number of characters of the run.
-  Script       script;       ///< Script of the run.
+  CharacterRun characterRun;  ///< The initial character index and the number of characters of the run.
+  Script       script;        ///< Script of the run.
   bool         isRightToLeft; ///< Whether is right to left direction
 };