Remove blank line & fix formatting of function params.

SVN revision: 51397
This commit is contained in:
Christopher Michael 2010-08-19 14:41:24 +00:00
parent 3e61872e46
commit f8d86f6d7c
2 changed files with 1 additions and 2 deletions

View File

@ -165,7 +165,6 @@ ecore_x_screensaver_event_listen_set(int on)
XScreenSaverSelectInput(_ecore_x_disp, root, ScreenSaverNotifyMask);
else
XScreenSaverSelectInput(_ecore_x_disp, root, 0);
#endif /* ifdef ECORE_XSS */
} /* ecore_x_screensaver_event_listen_set */