cmFile.c : Fixed code formatting problem in cmFileByteCount().
This commit is contained in:
parent
25932dc723
commit
1c4fb1097d
3
cmFile.c
3
cmFile.c
@ -227,7 +227,8 @@ cmFileRC_t cmFileByteCountFn( const cmChar_t* fn, cmRpt_t* rpt, unsigned* file
|
||||
{
|
||||
assert( fileByteCntPtr != NULL );
|
||||
cmFileRC_t rc;
|
||||
cmFileH_t h = cmFileNullHandle;
|
||||
cmFileH_t h = cmFileNullHandle;
|
||||
|
||||
if((rc = cmFileOpen(&h,fn,kReadFileFl,rpt)) != kOkFileRC )
|
||||
return rc;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user