scanner.c (skip_free_comments): Fix indentation.

2014-07-03  Tobias Burnus  <burnus@net-b.de>

        * scanner.c (skip_free_comments): Fix indentation.

From-SVN: r212257
This commit is contained in:
Tobias Burnus 2014-07-03 07:29:47 +02:00 committed by Tobias Burnus
parent e42e3d15a2
commit 90c4f6ba0a
2 changed files with 5 additions and 1 deletions

View 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>

View 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: