Skip to content
Commit 9198dd40 authored by Andrew Price's avatar Andrew Price
Browse files

Fix -Wmisleading-indentation complaint

New in gcc 6:

  comms.c: In function ‘json_escape’:
  comms.c:337:8: error: this ‘else’ clause does not guard... [-Werror=misleading-indentation]
         }else
          ^~~~
  comms.c:338:32: note: ...this statement, but the latter is misleadingly
  indented as if it is guarded by the ‘else’
        mws_add(line, "%c", *in); break;
                                  ^~~~~
  cc1: all warnings being treated as errors
parent ec8ad16a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment