NFC: st95hf: clean up indentation issue
[linux-2.6-microblaze.git] / drivers / nfc / st95hf / core.c
index 7eda62a..9642971 100644 (file)
@@ -661,7 +661,7 @@ static int st95hf_error_handling(struct st95hf_context *stcontext,
                        result = -ETIMEDOUT;
                else
                        result = -EIO;
-       return  result;
+               return result;
        }
 
        /* Check for CRC err only if CRC is present in the tag response */