mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 13:49:53 -06:00
Reformat repo to clang-format 7.0 rules
This commit is contained in:
@ -372,8 +372,8 @@ void EnableScreenSaver(Window win, bool enable)
|
||||
void EnableScreenSaver(bool enable)
|
||||
#endif
|
||||
{
|
||||
// Inhibit the screensaver. Depending on the operating system this may also
|
||||
// disable low-power states and/or screen dimming.
|
||||
// Inhibit the screensaver. Depending on the operating system this may also
|
||||
// disable low-power states and/or screen dimming.
|
||||
|
||||
#if defined(HAVE_X11) && HAVE_X11
|
||||
if (Config::Get(Config::MAIN_DISABLE_SCREENSAVER))
|
||||
|
Reference in New Issue
Block a user