]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix misleading indentation in gcc/fortran/io.c
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Dec 2015 15:11:37 +0000 (15:11 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Dec 2015 15:11:37 +0000 (15:11 +0000)
commit24b1b3eb907eb8e15180daf3cb92a3f7311da12b
tree0855b4571323f526bc3c1777ef4261728729284e
parent32dd1e51c98c371d8bdf74302d834216ac5e186d
Fix misleading indentation in gcc/fortran/io.c

Fix this warning:
../../../src/gcc/fortran/io.c: In function ‘match gfc_match_open()’:
../../../src/gcc/fortran/io.c:2003:4: error: statement is indented as if it were guarded by... [-Werror=misleading-indentation]
    if (!compare_to_allowed_values ("DELIM", delim, NULL, NULL,
    ^
../../../src/gcc/fortran/io.c:2000:2: note: ...this ‘if’ clause, but it is not
  if (!is_char_type ("DELIM", open->delim))
  ^

gcc/fortran/ChangeLog:
* io.c (gfc_match_open): Fix indentation.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@231519 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/ChangeLog
gcc/fortran/io.c