mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
KNF: add a missing space after an 'if'.
This commit is contained in:
parent
232b012b9a
commit
da03d969c4
@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: crib.c,v 1.19 2015/11/29 14:42:36 tb Exp $ */
|
||||
/* $OpenBSD: crib.c,v 1.20 2015/12/18 18:47:56 tb Exp $ */
|
||||
/* $NetBSD: crib.c,v 1.7 1997/07/10 06:47:29 mikel Exp $ */
|
||||
|
||||
/*-
|
||||
@ -49,7 +49,7 @@ main(int argc, char *argv[])
|
||||
bool playing;
|
||||
int ch;
|
||||
|
||||
if(pledge("stdio rpath tty proc exec", NULL) == -1)
|
||||
if (pledge("stdio rpath tty proc exec", NULL) == -1)
|
||||
err(1, "pledge");
|
||||
|
||||
while ((ch = getopt(argc, argv, "emqr")) != -1)
|
||||
|
Loading…
Reference in New Issue
Block a user