aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2019-01-02 02:50:31 +0100
committerlns <matzeton@googlemail.com>2019-01-02 02:50:31 +0100
commit065c25c97e2c611b1ea4c3455c878b9452932d74 (patch)
tree01d357238b4d1ee6131a8c7fdd751c8d3fa26a75
parentf6154f653c36b92e9027dd9ccc57146b157819cb (diff)
indentation
Signed-off-by: lns <matzeton@googlemail.com>
-rw-r--r--dummyshell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dummyshell.c b/dummyshell.c
index 115b317..db69fb1 100644
--- a/dummyshell.c
+++ b/dummyshell.c
@@ -123,7 +123,7 @@ static char readInput(char* buf, size_t* siz, size_t szMax, char key, int flags)
default:
if (isprint(key) && *siz < szMax)
buf[(*siz)++] = key;
- break;
+ break;
}
return key;
}