From 68f7710bc1ba5fc04bef5f1d53e6b213dc91c763 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Tue, 24 Nov 2015 22:12:25 +0000 Subject: [PATCH] Fix typos from last checkin. From-SVN: r230847 --- gcc/testsuite/gcc.target/mips/frame-header-4.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/gcc.target/mips/frame-header-4.c b/gcc/testsuite/gcc.target/mips/frame-header-4.c index 3cddba14de5..8c45468a468 100644 --- a/gcc/testsuite/gcc.target/mips/frame-header-4.c +++ b/gcc/testsuite/gcc.target/mips/frame-header-4.c @@ -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); } -- 2.30.2