Просмотр исходного кода

tools: code-style: fix continuation indent

Daniele Bartolini 3 лет назад
Родитель
Сommit
4a2ee1e5e6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/level_editor/level_editor.vala

+ 1 - 1
tools/level_editor/level_editor.vala

@@ -553,7 +553,7 @@ public class LevelEditorApplication : Gtk.Application
 						|| (int)ev.x > child_alloc.x + child_alloc.width
 						|| (int)ev.y < child_alloc.y
 						|| (int)ev.y > child_alloc.y + child_alloc.height
-					) {
+						) {
 						_resource_popover.hide();
 					}
 				} else if (!event_widget.is_ancestor(_resource_popover)) {