c-indentation.c
15 KB
-
Fix a -Wmisleading-indentation false-negative · 6b95d7cc
gcc/c-family/ChangeLog: * c-indentation.c (should_warn_for_misleading_indentation): Compare next_stmt_vis_column with guard_line_first_nws instead of with guard_line_vis_column. gcc/testsuite/ChangeLog: * c-c++-common/Wmisleading-indentation.c: Augment test. From-SVN: r228071
Patrick Palka committed