diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-11-20 12:08:45 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-11-20 12:08:45 -0800 |
commit | 73a14e8562d6d133982d89bf07ea89bf546d98e5 (patch) | |
tree | 70ea6ff6f32c775141afda4fdd36fc7edc117d40 /include | |
parent | d39f92be6b513c28546ebb0baf335f32ab154a89 (diff) |
Whitespace fixes
Remove leading spaces before tabs and trailing whitespace, and
fix a couple of incorrect indentations.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/X11/extensions/scrnsaver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/extensions/scrnsaver.h b/include/X11/extensions/scrnsaver.h index fa7db31..4241928 100644 --- a/include/X11/extensions/scrnsaver.h +++ b/include/X11/extensions/scrnsaver.h @@ -126,7 +126,7 @@ extern Status XScreenSaverGetRegistered ( extern void XScreenSaverSuspend ( Display* /* display */, - Bool /* suspend */ + Bool /* suspend */ ); _XFUNCPROTOEND |