kopia lustrzana https://gitlab.com/sane-project/backends
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
rodzic
e04261673f
commit
3191056a4c
|
@ -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 )
|
||||
|
|
Ładowanie…
Reference in New Issue