• Mike Gabriel's avatar
    hw/nxagent/NXdispatch.c: Fix compiler warning: misleading-indentation · 72152baf
    Mike Gabriel authored
     NXdispatch.c: In function 'Dispatch':
     NXdispatch.c:309:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if (!(dispatchException & DE_TERMINATE))
         ^~
     NXdispatch.c:312:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
           while (!dispatchException)
           ^~~~~
    72152baf
NXdispatch.c 38.5 KB