Преглед изворни кода

tools: code-style: fix continuation indent

Daniele Bartolini пре 3 година
родитељ
комит
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)) {