From 048c478ce98dcf03d979a4ce36a713ae5eccab8e Mon Sep 17 00:00:00 2001 From: potmdehex Date: Sun, 16 Aug 2015 23:07:45 -0700 Subject: [PATCH] fix indentation --- h3m/h3mlib/h3mlib_io.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/h3m/h3mlib/h3mlib_io.c b/h3m/h3mlib/h3mlib_io.c index dc9c3f3..f9a2264 100644 --- a/h3m/h3mlib/h3mlib_io.c +++ b/h3m/h3mlib/h3mlib_io.c @@ -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; }