Reformat.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 5 Aug 2010 10:04:07 +0000 (10:04 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 5 Aug 2010 10:04:07 +0000 (10:04 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4148 38d2e660-2303-0410-9eaa-f027e97ec537

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;