Add newline at end of file.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 5 Jul 2010 10:38:51 +0000 (10:38 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 5 Jul 2010 10:38:51 +0000 (10:38 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3996 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/io/kblock.c

index 487cfcd1ab0d5c688a8f21d4079c12c716a0f8ff..8f1913f37ff2a84889682db2a6312b7f94c8342c 100644 (file)
@@ -216,4 +216,5 @@ size_t kblock_swReadDirect(struct KBlock *b, block_idx_t index, void *buf, size_
                return 0;
                
        return kblock_swReadBuf(b, buf, offset, size);
-}
\ No newline at end of file
+}
+