Change Summary:
cstyle cleanup.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+71 -100) |
Review Request #481 — Created May 9, 2017 and submitted
Information | |
---|---|
tsoome | |
illumos-gate | |
8186 | |
60e7f3a... | |
Reviewers | |
general | |
docmd.c: In function 'docmds': docmd.c:124:1: error: this 'if' clause does not guard... [-Werror=misleading-indentation] if (debug) ^~ docmd.c:131:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' for (c = cmds; c != NULL; c = c->c_next) { ^~~ cc1: all warnings being treated as errors
cstyle cleanup.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+71 -100) |