Commit 68f7710b by Steve Ellcey

Fix typos from last checkin.

From-SVN: r230847
parent 4607d370
...@@ -9,12 +9,12 @@ ...@@ -9,12 +9,12 @@
int __attribute__ ((noinline)) int __attribute__ ((noinline))
foo (int a, int b) foo (int a, int b)
{ {
return a + b; return a + b;
} }
int __attribute__ ((noinline)) int __attribute__ ((noinline))
bar (int a, int b) bar (int a, int b)
{ {
return 1 + foo(a,b); return 1 + foo (a,b);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment