xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3fc7102561a4604f0578990d820e10ae750a2522

commit 3fc7102561a4604f0578990d820e10ae750a2522
Author: Xavi Artigas <[email protected]>
Date:   Tue Nov 12 13:00:23 2019 +0100

    Efl.Ui.Scroll_Manager: Fix indentation
---
 src/lib/elementary/efl_ui_scroll_manager.eo | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/lib/elementary/efl_ui_scroll_manager.eo 
b/src/lib/elementary/efl_ui_scroll_manager.eo
index 2a05083be5..957a4f4d4d 100644
--- a/src/lib/elementary/efl_ui_scroll_manager.eo
+++ b/src/lib/elementary/efl_ui_scroll_manager.eo
@@ -8,16 +8,16 @@ class @beta Efl.Ui.Scroll.Manager extends Efl.Object 
implements
    c_prefix: efl_ui_scroll_manager;
    methods {
       @property pan @protected {
-    [[This is the internal pan object managed by scroll manager.
+         [[This is the internal pan object managed by scroll manager.
 
-      This property is protected as it is meant for scrollable object
-      implementations only, to set and access the internal pan object.
-      If pan is set to $NULL, scrolling does not work.
-    ]]
+           This property is protected as it is meant for scrollable object
+           implementations only, to set and access the internal pan object.
+           If pan is set to $NULL, scrolling does not work.
+         ]]
          set {
          }
          values {
-            pan: Efl.Ui.Pan; [[Pan object]]
+            pan: Efl.Ui.Pan; [[Pan object.]]
          }
       }
    }

-- 


Reply via email to