aboutsummaryrefslogtreecommitdiff
path: root/test-instr.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-instr.c')
-rw-r--r--test-instr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/test-instr.c b/test-instr.c
index 3750b1b5..2450dbf4 100644
--- a/test-instr.c
+++ b/test-instr.c
@@ -35,7 +35,8 @@ int main(int argc, char** argv) {
}
- // we support three input cases (plus a 4th if stdin is used but there is no input)
+ // we support three input cases (plus a 4th if stdin is used but there is no
+ // input)
if (buf[0] == '0')
printf("Looks like a zero to me!\n");
else if (buf[0] == '1')
@@ -46,3 +47,4 @@ int main(int argc, char** argv) {
return 0;
}
+