microtek2: Fix [-Wmisleading-indentation] compiler warnings

The case branches have been made to follow other case branches in the
same switch.
merge-requests/1/head
Olaf Meeuwissen 2017-06-26 17:58:44 +09:00
rodzic e04261673f
commit 3191056a4c
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -3241,7 +3241,7 @@ sane_control_option(SANE_Handle handle, SANE_Int option,
case OPT_BR_Y:
if ( info )
*info |= SANE_INFO_RELOAD_PARAMS;
return SANE_STATUS_GOOD;
return SANE_STATUS_GOOD;
case OPT_DISABLE_BACKTRACK:
case OPT_CALIB_BACKEND:
case OPT_LIGHTLID35:
@ -3300,7 +3300,7 @@ sane_control_option(SANE_Handle handle, SANE_Int option,
if ( info )
*info |= SANE_INFO_RELOAD_PARAMS;
return SANE_STATUS_GOOD;
return SANE_STATUS_GOOD;
case OPT_SOURCE:
if ( info )