Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
potmdehex committed Aug 17, 2015
1 parent b4d7371 commit 048c478
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions h3m/h3mlib/h3mlib_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ int h3mlib_io_read(struct H3MLIB_CTX **ctx,
uint32_t raw_size = 0;
int ret = 0;

if (0 != (ret =
gu_decompress_file_to_mem(filename, (void *)&raw,
if (0 != (ret = gu_decompress_file_to_mem(filename, (void *)&raw,
(long *)&raw_size))) {
return ret;
}
Expand Down

0 comments on commit 048c478

Please sign in to comment.