Reformat.
[bertos.git] / bertos / kern / kfile_test.c
index d7a620935cbcc6171910c72cafe043460a47ba21..36f18f90c47e3eb4ddc62c02b1ff334ca52d9e65 100644 (file)
@@ -96,8 +96,8 @@ static bool kfile_rwTest(KFile *f, uint8_t *buf, size_t size)
        /*
         * Check test result
         */
-       for (size_t i = 0; i < size; i++)
-               if (buf[i] != (i & 0xff))
+       for (size_t i = 0; i < size; i++)
+               if (buf[i] != (i & 0xff))
                        return false;
 
        return true;