From: David Griffith Date: Sun, 30 Jun 2019 01:11:07 +0000 (-0700) Subject: Clean up stray trailing whitespace. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=a5a28590fce9b39f896fb3dc5b68d325f3097570;p=liskon_frotz.git Clean up stray trailing whitespace. --- diff --git a/src/curses/ux_input.c b/src/curses/ux_input.c index c90ed92..774a0bd 100644 --- a/src/curses/ux_input.c +++ b/src/curses/ux_input.c @@ -189,7 +189,7 @@ static int unix_read_char(int extkeys) /* * If the timeout is 0, we still want to call os_tick periodically * - * Based on experimentation, 10 msec seems to strike a balance + * Based on experimentation, 10 msec seems to strike a balance * between cpu usage and not having pauses between sounds */ maxwait.tv_sec=0; @@ -216,7 +216,7 @@ static int unix_read_char(int extkeys) continue; case 0: if (t_left == NULL) - /* + /* * The timeout was 0 (wait forever) but we need to call * call os_tick to handle sound sequences */ @@ -375,7 +375,7 @@ static int unix_read_char(int extkeys) size_t zcharstrlen(zchar *str) { size_t ret = 0; - + while (str[ret] != 0) { ret++;