• Mike Gabriel's avatar
    hw/nxagent/NXxvdisp.c: Fix compiler warnings: misleading-indentation · 7aed70f1
    Mike Gabriel authored
     NXxvdisp.c: In function 'ProcXvDispatch':
     NXxvdisp.c:96:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
              else
              ^~~~
     NXxvdisp.c:99:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
                  break;
                  ^~~~~
     NXxvdisp.c:104:9: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
              else
              ^~~~
     NXxvdisp.c:107:10: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
               break;
               ^~~~~
     NXxvdisp.c:118:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
       else
       ^~~~
     NXxvdisp.c:121:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
                  break;
                  ^~~~~
     NXxvdisp.c:126:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
       else
       ^~~~
     NXxvdisp.c:129:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
                  break;
                  ^~~~~
     NXxvdisp.c:137:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
       else
       ^~~~
     NXxvdisp.c:140:13: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
                  break;
                  ^~~~~
     NXxvdisp.c:146:2: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
       else
       ^~~~
     NXxvdisp.c:149:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
           break;
           ^~~~~
    7aed70f1
Name
Last commit
Last update
..
config Loading commit data...
extras Loading commit data...
include Loading commit data...
lib Loading commit data...
programs Loading commit data...
.gitignore Loading commit data...
Imakefile Loading commit data...
Makefile Loading commit data...
x-indent-all.sh Loading commit data...
x-indent.sh Loading commit data...