diff --git a/lib/libimhex/source/helpers/fs_macos.m b/lib/libimhex/source/helpers/fs_macos.m index 1549f196e..fb5502096 100644 --- a/lib/libimhex/source/helpers/fs_macos.m +++ b/lib/libimhex/source/helpers/fs_macos.m @@ -41,4 +41,4 @@ free(ptr); } -#endif \ No newline at end of file +#endif diff --git a/lib/libimhex/source/helpers/utils_macos.m b/lib/libimhex/source/helpers/utils_macos.m index 07f351a78..81a068847 100644 --- a/lib/libimhex/source/helpers/utils_macos.m +++ b/lib/libimhex/source/helpers/utils_macos.m @@ -15,7 +15,7 @@ CFRelease(urlRef); } - bool isMacosSystemDarkModeEnabled() { + bool isMacosSystemDarkModeEnabled(void) { NSString * appleInterfaceStyle = [[NSUserDefaults standardUserDefaults] stringForKey:@"AppleInterfaceStyle"]; if (appleInterfaceStyle && [appleInterfaceStyle length] > 0) { @@ -25,4 +25,4 @@ } } -#endif \ No newline at end of file +#endif