Fix typos from last checkin.
authorSteve Ellcey <sje@gcc.gnu.org>
Tue, 24 Nov 2015 22:12:25 +0000 (22:12 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Tue, 24 Nov 2015 22:12:25 +0000 (22:12 +0000)
From-SVN: r230847

gcc/testsuite/gcc.target/mips/frame-header-4.c

index 3cddba14de5832d7986fad7c159929b5c1ba04f8..8c45468a4689d6c6a53ddd540255d749cb090a9e 100644 (file)
@@ -9,12 +9,12 @@
 int __attribute__ ((noinline))
 foo (int a, int b)
 {
-       return a + b;
+  return a + b;
 }
 
 int  __attribute__ ((noinline))
 bar (int a, int b)
 {
-       return 1 + foo(a,b);
+  return 1 + foo (a,b);
 }