clang: fix -Wmisleading-indentation warning.
gcc/c-family/c-attribs.c:4698:5: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] gcc/c-family/ChangeLog: * c-attribs.c (build_attr_access_from_parms): Format properly.
This commit is contained in:
parent
4cfa85396c
commit
5fa821bba7
1 changed files with 1 additions and 1 deletions
|
@ -4701,7 +4701,7 @@ build_attr_access_from_parms (tree parms, bool skip_voidptr)
|
|||
|
||||
/* Attribute access takes a two or three arguments. Wrap VBLIST in
|
||||
another list in case it has more nodes than would otherwise fit. */
|
||||
vblist = build_tree_list (NULL_TREE, vblist);
|
||||
vblist = build_tree_list (NULL_TREE, vblist);
|
||||
|
||||
/* Build a single attribute access with the string describing all
|
||||
array arguments and an optional list of any non-parameter VLA
|
||||
|
|
Loading…
Add table
Reference in a new issue