]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r357268:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 4 Feb 2020 19:31:01 +0000 (19:31 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 4 Feb 2020 19:31:01 +0000 (19:31 +0000)
commit8ae6d3c371daa1eb1006dfd0cc6b250a6cfffe90
tree7457862edb2e528dea9f7a279be0e9b154b2c7b2
parent1313be1536b97af21863683b27d022202341d78e
MFC r357268:

Merge r357260 from the clang1000-import branch:

Fix the following -Werror warning from clang 10.0.0 in procstat:

usr.bin/procstat/procstat_sigs.c:79:3: error: misleading indentation; statement is not part of the previous 'else' [-Werror,-Wmisleading-indentation]
                xo_close_container(name);
                ^
usr.bin/procstat/procstat_sigs.c:77:4: note: previous statement is here
        } else
          ^

The intent was to group the xo_close_container() call to the previous
snprintf() call.

git-svn-id: svn://svn.freebsd.org/base/stable/10@357519 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/procstat/procstat_sigs.c