more cast style consistency

This commit is contained in:
nhmall
2023-11-13 20:31:02 -05:00
parent ee732d4054
commit d064ac2cda
18 changed files with 44 additions and 44 deletions

View File

@@ -317,7 +317,7 @@ lib_dlb_fread(char *buf, int size, int quan, dlb *dp)
dp->mark += nbytes;
dp->lib->fmark += nbytes;
return (int)nread;
return (int) nread;
}
static int