From b7fed77b7be4608b2ce6233a594c4fd7935e62c7 Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Fri, 2 Sep 2016 14:59:00 -0400 Subject: Fix a few lines that runoff is complaining about that they are too long --- console.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'console.c') diff --git a/console.c b/console.c index d84c7ff..fa611ef 100644 --- a/console.c +++ b/console.c @@ -195,7 +195,8 @@ consoleintr(int (*getc)(void)) while((c = getc()) >= 0){ switch(c){ case C('P'): // Process listing. - doprocdump = 1; // procdump() locks cons.lock indirectly; invoke later + // procdump() locks cons.lock indirectly; invoke later + doprocdump = 1; break; case C('U'): // Kill line. while(input.e != input.w && -- cgit v1.2.3