Przeglądaj źródła

tools: code-style: fix continuation indent

Daniele Bartolini 3 lat temu
rodzic
commit
4a2ee1e5e6
1 zmienionych plików z 1 dodań i 1 usunięć
  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.x > child_alloc.x + child_alloc.width
 						|| (int)ev.y < child_alloc.y
 						|| (int)ev.y < child_alloc.y
 						|| (int)ev.y > child_alloc.y + child_alloc.height
 						|| (int)ev.y > child_alloc.y + child_alloc.height
-					) {
+						) {
 						_resource_popover.hide();
 						_resource_popover.hide();
 					}
 					}
 				} else if (!event_widget.is_ancestor(_resource_popover)) {
 				} else if (!event_widget.is_ancestor(_resource_popover)) {