Fix -Wmisleading-indentation warning in function.c
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Dec 2015 15:06:05 +0000 (15:06 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Dec 2015 15:06:05 +0000 (15:06 +0000)
commit32dd1e51c98c371d8bdf74302d834216ac5e186d
tree57e34f6d96bd08eca156dfed1ccf4d4655ecef82
parent9dc19707509400f5a0c8817d2a128c1584057ec2
Fix -Wmisleading-indentation warning in function.c

Fix this warning:
../../../src/gcc/function.c: In function ‘void locate_and_pad_parm(machine_mode, tree, int, int, int, tree, args_size*, locate_and_pad_arg_data*)’:
../../../src/gcc/function.c:4123:2: error: statement is indented as if it were guarded by... [-Werror=misleading-indentation]
  {
  ^
../../../src/gcc/function.c:4119:7: note: ...this ‘if’ clause, but it is not
       if (initial_offset_ptr->var)
       ^

gcc/ChangeLog:
* function.c (locate_and_pad_parm): Fix indentation.

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