mirror of
https://github.com/intel/isa-l.git
synced 2025-10-30 13:47:09 +01:00
igzip: fix coding style of inflate example
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
This commit is contained in:
@@ -36,7 +36,8 @@
|
||||
|
||||
struct inflate_state stream;
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
uint8_t inbuf[BUF_SIZE], outbuf[BUF_SIZE];
|
||||
FILE *in, *out;
|
||||
|
||||
Reference in New Issue
Block a user