Fix coding style problems (incorrect indentation).
Signed-off-by: Loïc Pellegrino <oort10@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        for(eRFPath = 0; eRFPath <RF90_PATH_MAX; eRFPath++)
        {
                if (!rtl8192_phy_CheckIsLegalRFPath(dev, eRFPath))
-                               continue;
+                       continue;
 
                switch (Bandwidth)
                {
        for(eRFPath = (RF90_RADIO_PATH_E)RF90_PATH_A; eRFPath <priv->NumTotalRFPath; eRFPath++)
        {
                if (!rtl8192_phy_CheckIsLegalRFPath(dev, eRFPath))
-                               continue;
+                       continue;
 
                pPhyReg = &priv->PHYRegDef[eRFPath];
 
                if(priv->CustomerID == RT_CID_819x_Netcore)
                        TxAGC = 0x22;
                else
-               TxAGC += priv->CckPwEnl;
+                       TxAGC += priv->CckPwEnl;
        }
 
        if(TxAGC > 0x24)