shell32: Avoid gcc 11 misleading-indentation warning.

dlls/shell32/classes.c:315:5: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
    dlls/shell32/classes.c:318:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’

Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrew Eikum 2021-05-19 15:52:15 -05:00 committed by Alexandre Julliard
parent e671ee0aa4
commit 2e6fea0d1c
1 changed files with 4 additions and 4 deletions