aboutsummaryrefslogtreecommitdiffstats
path: root/test/mppa
diff options
context:
space:
mode:
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);
}