From 348aa9268bb3f7f2fe4357586a4e1d3181e0c9b3 Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Fri, 16 Mar 2018 15:06:28 +0100 Subject: MPPA - code cleaning --- test/mppa/simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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); } -- cgit