Reformat.
[bertos.git] / bertos / fs / battfs.c
index ff955df004d16851af2a174dc45d00e51dae657e..6df3d956076fcf6307ba4b830fbc493eac36bf11 100644 (file)
@@ -213,7 +213,7 @@ static void movePages(struct BattFsSuper *disk, pgcnt_t src, int offset)
 {
        pgcnt_t dst = src + offset;
        memmove(&disk->page_array[dst], &disk->page_array[src], (disk->page_count - MAX(dst, src)) * sizeof(pgcnt_t));
-       
+
        if (offset < 0)
        {
                /* Fill empty space in array with sentinel */