Reformat.
[bertos.git] / bertos / io / kfile_block.h
index 40aed6762472108cf206b74b78080a64d53daa44..130add3abf3377bccba143f43546a07033016664 100644 (file)
@@ -49,7 +49,7 @@
  */
 typedef struct KFileBlock
 {
-       KFile fd;  ///< KFile context
+       KFile fd;    ///< KFile context
        KBlock *blk; ///< KBlock device
 } KFileBlock;