Skip to content

Commit 154f158

Browse files
Fix indentation
1 parent 33f8cb2 commit 154f158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Objects/MonitorManager.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public class Display.MonitorManager : GLib.Object {
222222
bool found = false;
223223
foreach (var virtual_monitor in virtual_monitors) {
224224
if (monitor in virtual_monitor.monitors) {
225-
found = true;
225+
found = true;
226226
break;
227227
}
228228
}

0 commit comments

Comments
 (0)