diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2020-10-08 01:29:12 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2020-10-08 01:29:12 -0700 |
commit | a031634bd64c7f30c4ace5ca06a5a47600b42f47 (patch) | |
tree | 919e13ed1ba2e6443fe952288085576322748405 /src/rmd_cache_frame.c | |
parent | bd53002a2bf51d48992613601719d180fed09975 (diff) |
*: more cosmetic formatting cleanups
Making things a bit more consistent
Diffstat (limited to 'src/rmd_cache_frame.c')
-rw-r--r-- | src/rmd_cache_frame.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/rmd_cache_frame.c b/src/rmd_cache_frame.c index cae1c14..a1cb669 100644 --- a/src/rmd_cache_frame.c +++ b/src/rmd_cache_frame.c @@ -53,7 +53,8 @@ static int rmdFlushBlock( int blockwidth, gzFile fp, FILE *ucfp, - int flush) { + int flush) +{ int bytes_written = 0, block_i = (!blockwidth) ? 0 : (blockno / (width / blockwidth)),//place on the grid @@ -88,7 +89,8 @@ static int rmdFlushBlock( return bytes_written; } -void *rmdCacheImageBuffer(ProgData *pdata) { +void *rmdCacheImageBuffer(ProgData *pdata) +{ gzFile fp = NULL; FILE *ucfp = NULL; |