]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
scanner.c (skip_free_comments): Fix indentation.
authorTobias Burnus <burnus@net-b.de>
Thu, 3 Jul 2014 05:29:47 +0000 (07:29 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Thu, 3 Jul 2014 05:29:47 +0000 (07:29 +0200)
2014-07-03  Tobias Burnus  <burnus@net-b.de>

        * scanner.c (skip_free_comments): Fix indentation.

From-SVN: r212257

gcc/fortran/ChangeLog
gcc/fortran/scanner.c

index 46ddb8fcfeb5cfdf90ea1cee9995a75db998f26c..68e903cf0476e5e9148857bc4003b04458430d49 100644 (file)
@@ -1,3 +1,7 @@
+2014-07-03  Tobias Burnus  <burnus@net-b.de>
+       
+       * scanner.c (skip_free_comments): Fix indentation.
+
 2014-07-02  Jakub Jelinek  <jakub@redhat.com>
            Fritz Reese  <Reese-Fritz@zai.com>
 
index 8934924d876e075d81ab4f41bd20362123ce9f22..adb926a65e711106c56decf87bfadea6ba0eb38f 100644 (file)
@@ -744,7 +744,7 @@ skip_free_comments (void)
       if (c == '!')
        {
          /* Keep the !GCC$ line.  */
-                 if (at_bol && skip_gcc_attribute (start))
+         if (at_bol && skip_gcc_attribute (start))
            return false;
 
          /* If -fopenmp, we need to handle here 2 things: