From 8f1d1201959c2d03e03569d6f9817ab072fd36e5 Mon Sep 17 00:00:00 2001 From: Uwe Schulzweida <uwe.schulzweida@mpimet.mpg.de> Date: Sat, 15 Apr 2023 15:32:56 +0200 Subject: [PATCH] clang format --- src/stream_grb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stream_grb.c b/src/stream_grb.c index 4b08053ab..09d664f5c 100644 --- a/src/stream_grb.c +++ b/src/stream_grb.c @@ -90,7 +90,7 @@ grbDecompress(size_t recsize, size_t *buffersize, void **gribbuffer) if (gribGetZip(recsize, (unsigned char *) *gribbuffer, &unzipsize) > 0) { comptype = CDI_COMPRESS_SZIP; - unzipsize += 100; // need 0 to 1 bytes for rounding of bds + unzipsize += 100; // need 0 to 1 bytes for rounding of bds ensureBufferSize(unzipsize, buffersize, gribbuffer); } -- GitLab