From: Todd C. Miller Date: Mon, 13 Jun 1994 19:41:46 +0000 (+0000) Subject: added a space (yeah, anal) X-Git-Tag: SUDO_1_3_1~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32e385dbcd77dad7ac517c5b20c172035ff93a33;p=sudo added a space (yeah, anal) --- diff --git a/check.c b/check.c index 3572902a7..a42a8bcda 100644 --- a/check.c +++ b/check.c @@ -303,5 +303,5 @@ static void reminder() " #2) Think before you type." ); - (void)fflush(stderr); + (void) fflush(stderr); }