OSDN Git Service

PR 51090 Fix r181288 to conform to GNU style
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Nov 2011 16:38:11 +0000 (16:38 +0000)
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 11 Nov 2011 16:38:11 +0000 (16:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181290 138bc75d-0d04-0410-961f-82ee72b054a4

libgfortran/runtime/main.c

index 6ce5388..11b535a 100644 (file)
@@ -150,7 +150,7 @@ find_addr2line (void)
 #define A2L_LEN 10
   char *path = getenv ("PATH");
   if (!path)
-      return;
+    return;
   size_t n = strlen (path);
   char ap[n + 1 + A2L_LEN];
   size_t ai = 0;