From 891c0e67bb852e90980f30791f80a10638b50a7c Mon Sep 17 00:00:00 2001 From: dje Date: Tue, 22 Oct 2002 14:44:04 +0000 Subject: [PATCH] - Add final newline. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@58410 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/testsuite/gcc.dg/fastmath-1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/gcc.dg/fastmath-1.c b/gcc/testsuite/gcc.dg/fastmath-1.c index 898c183e6b0..d03d66c2c01 100644 --- a/gcc/testsuite/gcc.dg/fastmath-1.c +++ b/gcc/testsuite/gcc.dg/fastmath-1.c @@ -20,4 +20,5 @@ main() { foo(&dists[14], 128) != 156) abort(); -} \ No newline at end of file +} + -- 2.11.4.GIT