Cleanup indenting issue reported by checkpatch.
WARNING: suspect code indent for conditional statements (8, 17)
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        } else {
                /*  Turn Off EDCA turbo here. */
                /*  Restore original EDCA according to the declaration of AP. */
-                if (pDM_Odm->DM_EDCA_Table.bCurrentTurboEDCA) {
+               if (pDM_Odm->DM_EDCA_Table.bCurrentTurboEDCA) {
                        usb_write32(Adapter, REG_EDCA_BE_PARAM,
                                    Adapter->HalData->AcParam_BE);
                        pDM_Odm->DM_EDCA_Table.bCurrentTurboEDCA = false;