aboutsummaryrefslogtreecommitdiff
path: root/test-instr.c
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2019-10-19 16:19:46 +0200
committerhexcoder- <heiko@hexco.de>2019-10-19 16:19:46 +0200
commit8a786377196fbaafeecbca17fad66ea1e76c7de2 (patch)
tree1f8ccf4a15846a249a5bd9ec7222cbc9df197ae0 /test-instr.c
parent230c135d4e05d810397138f2b6eb1927955f8900 (diff)
downloadAFLplusplus-8a786377196fbaafeecbca17fad66ea1e76c7de2.tar.gz
add gcc_plugin to code formatter and run it
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;
}
+