diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-03-15 18:53:43 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-03-15 18:53:43 -0700 |
commit | 82008ccd7ad52e7e2f917b6a1de42dbe8546b7ec (patch) | |
tree | 195a71a2c6232b953b60825383b555aed6166111 /src/rmd_wm_is_compositing.h | |
parent | f3f4730c2236a3f27a921d818f14bc62b0e311d0 (diff) |
*: random whitespace cleanups
Mostly trailing space/tab removals, no functional changes.
Diffstat (limited to 'src/rmd_wm_is_compositing.h')
-rw-r--r-- | src/rmd_wm_is_compositing.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rmd_wm_is_compositing.h b/src/rmd_wm_is_compositing.h index 7f152ac..421d46b 100644 --- a/src/rmd_wm_is_compositing.h +++ b/src/rmd_wm_is_compositing.h @@ -37,12 +37,12 @@ * * \param screen screen number/id that the window manager runs on * -* \returns TRUE if compositing, false otherwise or when +* \returns TRUE if compositing, false otherwise or when * the window manager doesn't support the required -* freedesktop.org hints for the test to be done +* freedesktop.org hints for the test to be done * succesfully. */ -boolean rmdWMIsCompositing( Display *dpy, int screen) ; +boolean rmdWMIsCompositing( Display *dpy, int screen); #endif |