Skip to content

Commit 834f2af

Browse files
committed
Fix code formtting in main_windows.go.
1 parent 0889e3c commit 834f2af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main_windows.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ var (
2121
Flag("gui", "Run as GUI (runs automatically as GUI if no arguments given, ignored if command flag used)").
2222
Short('g').Bool()
2323

24-
guiInitErr error
25-
kernel32 *syscall.DLL
24+
guiInitErr error
25+
kernel32 *syscall.DLL
2626
freeConsole *syscall.Proc
2727

2828
dlg *mainDialog
@@ -150,7 +150,7 @@ func runGraphicalUi() (err error) {
150150
}
151151
}()
152152
})
153-
153+
154154
// Get rid of the console window
155155
freeConsole.Call()
156156

0 commit comments

Comments
 (0)