From 595a066a64711b9a86808f1399f6ceffbb177370 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Fri, 27 Dec 2019 11:45:35 +0100 Subject: [PATCH] whitespace --- src/lib/elementary/efl_ui_position_manager_entity.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_position_manager_entity.eo b/src/lib/elementary/efl_ui_position_manager_entity.eo index 368e7cb034..d7a4e80c44 100644 --- a/src/lib/elementary/efl_ui_position_manager_entity.eo +++ b/src/lib/elementary/efl_ui_position_manager_entity.eo @@ -107,7 +107,7 @@ interface @beta Efl.Ui.Position_Manager.Entity extends Efl.Ui.Layout_Orientable params { current_id : uint; [[The id where the direction is oriented at]] direction : Efl.Ui.Focus.Direction; [[The direction where the new id is]] - @out index: uint; [[The relative item index after the translation has been applied.]] + @out index: uint; [[The relative item index after the translation has been applied.]] } return : bool; [[$true if there is a next item, $false otherwise.]] }