Skip to content

Commit e85f8da

Browse files
committed
Reformatted to make consistent
1 parent 005012f commit e85f8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/win/WinSettings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bool GetRunOnStartup ( ) {
2929

3030
void SetRunOnStartup (bool enable) {
3131
HKEY hKey;
32-
RegOpenKeyExA(HKEY_CURRENT_USER, RUN_KEY, 0, KEY_WRITE, &hKey);
32+
RegOpenKeyExA(HKEY_CURRENT_USER, RUN_KEY, 0, KEY_WRITE, & hKey);
3333

3434
if (enable) {
3535
char exePath[MAX_PATH];

0 commit comments

Comments
 (0)