Browse Source

cmFile.c : Fixed code formatting problem in cmFileByteCount().

master
kevin 10 years ago
parent
commit
1c4fb1097d
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      cmFile.c

+ 2
- 1
cmFile.c View File

@@ -227,7 +227,8 @@ cmFileRC_t   cmFileByteCountFn( const cmChar_t* fn, cmRpt_t* rpt, unsigned* file
227 227
 {
228 228
   assert( fileByteCntPtr != NULL );
229 229
   cmFileRC_t rc;
230
-  cmFileH_t  h                                 = cmFileNullHandle;
230
+  cmFileH_t  h = cmFileNullHandle;
231
+
231 232
   if((rc = cmFileOpen(&h,fn,kReadFileFl,rpt)) != kOkFileRC )
232 233
     return rc;
233 234
 

Loading…
Cancel
Save