From e8b75582be288c9c7b790aef61e71cf8ccca8ff3 Mon Sep 17 00:00:00 2001 From: "osboxes.org" Date: Wed, 10 Apr 2019 09:32:07 +0200 Subject: [PATCH] style --- armsrc/fpgaloader.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/armsrc/fpgaloader.c b/armsrc/fpgaloader.c index 63957067f..b70bad2e4 100644 --- a/armsrc/fpgaloader.c +++ b/armsrc/fpgaloader.c @@ -230,9 +230,9 @@ static bool reset_fpga_stream(int bitstream_version, z_streamp compressed_fpga_s compressed_fpga_stream->zfree = &fpga_inflate_free; int res = inflateInit2(compressed_fpga_stream, 0); - if ( res < 0 ) + if (res < 0) return false; - + fpga_image_ptr = output_buffer; for (uint16_t i = 0; i < FPGA_BITSTREAM_FIXED_HEADER_SIZE; i++)