u12: Fix [-Wmisleading-indentation] compiler warning

It appears that what the compiler has to do is what was intended.
Fixing the indentation to make that clearer.
merge-requests/1/head
Olaf Meeuwissen 2017-06-26 18:19:27 +09:00
rodzic 6ad9e8479d
commit a74cb99c1a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -382,7 +382,7 @@ static SANE_Status u12motor_WaitForPositionY( U12_Device *dev )
while(( u12io_GetExtendedStatus( dev ) & _STILL_FREE_RUNNING) &&
!u12io_CheckTimer(&timer));
u12io_DataToRegister( dev, REG_MODECONTROL, _ModeScan );
u12io_DataToRegister( dev, REG_MODECONTROL, _ModeScan );
} else {
u12motor_PositionYProc( dev, dwBeginY );
u12io_RegisterToScanner( dev, REG_REFRESHSCANSTATE );