Hi,

this patch removes formatting differences with trunk.

Committed to gomp-4_0-branch.

Thanks,
- Tom
Make formatting resemble trunk in f95-lang.c

2015-11-07  Tom de Vries  <t...@codesourcery.com>

	* f95-lang.c: Make formatting resemble trunk.
---
 gcc/fortran/f95-lang.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/fortran/f95-lang.c b/gcc/fortran/f95-lang.c
index a63ebb3..40546e6 100644
--- a/gcc/fortran/f95-lang.c
+++ b/gcc/fortran/f95-lang.c
@@ -563,6 +563,7 @@ gfc_define_builtin (const char *name, tree type, enum built_in_function code,
   set_builtin_decl (code, decl, true);
 }
 
+
 #define DO_DEFINE_MATH_BUILTIN(code, name, argtype, tbase) \
     gfc_define_builtin ("__builtin_" name "l", tbase##longdouble[argtype], \
 			BUILT_IN_ ## code ## L, name "l", \
-- 
1.9.1

Reply via email to