diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2020-06-14 16:02:39 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2020-06-14 16:02:39 +0000 |
commit | 22ca205466b1e33b701d517ac86fe9879655f4c8 (patch) | |
tree | 5e67d95f8453838bbfb50c7825ffa0ecc1877b4d /xserver/os | |
parent | bbf967b78ed3734bfacfc83dba644a86b2cea8eb (diff) |
sync white space with upstream. No code change.
Diffstat (limited to 'xserver/os')
-rw-r--r-- | xserver/os/utils.c | 2 |
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) |