summaryrefslogtreecommitdiff
path: root/xserver/os
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2020-06-14 16:02:39 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2020-06-14 16:02:39 +0000
commit22ca205466b1e33b701d517ac86fe9879655f4c8 (patch)
tree5e67d95f8453838bbfb50c7825ffa0ecc1877b4d /xserver/os
parentbbf967b78ed3734bfacfc83dba644a86b2cea8eb (diff)
sync white space with upstream. No code change.
Diffstat (limited to 'xserver/os')
-rw-r--r--xserver/os/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver/os/utils.c b/xserver/os/utils.c
index a05b9b9ea..905135448 100644
--- a/xserver/os/utils.c
+++ b/xserver/os/utils.c
@@ -920,7 +920,7 @@ ProcessCommandLine(int argc, char *argv[])
defaultKeyboardControl.autoRepeat = TRUE;
else if (strcmp(argv[i], "-r") == 0)
defaultKeyboardControl.autoRepeat = FALSE;
- else if ( strcmp( argv[i], "-retro") == 0)
+ else if (strcmp(argv[i], "-retro") == 0)
party_like_its_1989 = TRUE;
else if (strcmp(argv[i], "-s") == 0) {
if (++i < argc)