From a5a28590fce9b39f896fb3dc5b68d325f3097570 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Sat, 29 Jun 2019 18:11:07 -0700 Subject: [PATCH] Clean up stray trailing whitespace. --- src/curses/ux_input.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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++; -- 2.34.1