Minor whitespace fixes/cleanup

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2017-11-29 15:01:22 +01:00
parent 2a3b422137
commit ed37cef412
2 changed files with 12 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ int main(int argc, char *argv[] __attribute__ ((unused)))
doit = argc == 1;
if ((prompt = getenv("TESTPROMPT")) == NULL)
prompt = "testit> ";
prompt = "testit> ";
while ((p = readline(prompt)) != NULL) {
printf("\t\t\t|%s|\n", p);