aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2018-03-16 15:06:28 +0100
committerCyril SIX <cyril.six@kalray.eu>2018-04-04 16:30:08 +0200
commit348aa9268bb3f7f2fe4357586a4e1d3181e0c9b3 (patch)
treef2b03f61284e350803a7dbd137cce34e106bf22e /test/mppa
parentf677664f63ca17c0a514c449f62ad958b5f9eb68 (diff)
downloadcompcert-kvx-348aa9268bb3f7f2fe4357586a4e1d3181e0c9b3.tar.gz
compcert-kvx-348aa9268bb3f7f2fe4357586a4e1d3181e0c9b3.zip
MPPA - code cleaning
Diffstat (limited to 'test/mppa')
-rw-r--r--test/mppa/simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mppa/simple.c b/test/mppa/simple.c
index 5a54b3d8..725aff68 100644
--- a/test/mppa/simple.c
+++ b/test/mppa/simple.c
@@ -1,6 +1,6 @@
int main(void){
int a = 4;
int b = 3;
-
+
return (a+b);
}