Formatting

This commit is contained in:
Shahram Najm 2023-03-30 17:09:24 +01:00
parent efaea1c3a2
commit 5c3840ccbf
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ static int pack_double(grib_accessor* a, const double* val, size_t* len)
} else {
if (bits_per_value == 0) {
// ECC-1202: A non-constant field with bitsPerValue==0!
bits_per_value = 24; // Set sane value
bits_per_value = 24; //Set sane value
}
}