From 3191056a4c0b4f21b9b31ae0bccc68d40934954d Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Mon, 26 Jun 2017 17:58:44 +0900 Subject: [PATCH] microtek2: Fix [-Wmisleading-indentation] compiler warnings The case branches have been made to follow other case branches in the same switch. --- backend/microtek2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/microtek2.c b/backend/microtek2.c index d714fff97..e650f4762 100644 --- a/backend/microtek2.c +++ b/backend/microtek2.c @@ -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 )