• 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
..
GL Loading commit data...
Xext Loading commit data...
Xi Loading commit data...
composite Loading commit data...
damageext Loading commit data...
dbe Loading commit data...
dix Loading commit data...
fb Loading commit data...
hw/nxagent Loading commit data...
include Loading commit data...
mi Loading commit data...
miext Loading commit data...
os Loading commit data...
randr Loading commit data...
record Loading commit data...
render Loading commit data...
xfixes Loading commit data...
xkb Loading commit data...
.gitignore Loading commit data...
Imakefile Loading commit data...
fix-miregion Loading commit data...
fix-miregion-private Loading commit data...
fix-region Loading commit data...