From 3fc7102561a4604f0578990d820e10ae750a2522 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Tue, 12 Nov 2019 13:00:23 +0100 Subject: [PATCH] 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.]] } } }