From: asterix Date: Thu, 5 Aug 2010 10:04:07 +0000 (+0000) Subject: Reformat. X-Git-Tag: 2.6.0~242 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=781ebb8138d201ec295741a15094315adda4d2fa;p=bertos.git Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4148 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/io/kfile_block.h b/bertos/io/kfile_block.h index 40aed676..130add3a 100644 --- a/bertos/io/kfile_block.h +++ b/bertos/io/kfile_block.h @@ -49,7 +49,7 @@ */ typedef struct KFileBlock { - KFile fd; ///< KFile context + KFile fd; ///< KFile context KBlock *blk; ///< KBlock device } KFileBlock;