Skip to content
Snippets Groups Projects
Commit 8f1d1201 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

clang format

parent c9407d17
No related branches found
No related tags found
2 merge requests!42Develop,!41M214003/develop
Pipeline #32865 passed
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment