From e4d6a21165c01dd743a68e323fb06708ef820ab7 Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 28 Aug 2007 18:32:08 +0000 Subject: more consistent spacing --- sh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh.c') diff --git a/sh.c b/sh.c index 3e596ba..7a7c4c2 100644 --- a/sh.c +++ b/sh.c @@ -156,7 +156,7 @@ main(void) } // Read and run input commands. - while(getcmd(buf, sizeof(buf)) >= 0) { + while(getcmd(buf, sizeof(buf)) >= 0){ if(fork1() == 0) runcmd(parsecmd(buf)); wait(); -- cgit v1.2.3