Skip to content

Commit 5c3840c

Browse files
committed
Formatting
1 parent efaea1c commit 5c3840c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grib_accessor_class_data_ccsds_packing.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ static int pack_double(grib_accessor* a, const double* val, size_t* len)
296296
} else {
297297
if (bits_per_value == 0) {
298298
// ECC-1202: A non-constant field with bitsPerValue==0!
299-
bits_per_value = 24; // Set sane value
299+
bits_per_value = 24; //Set sane value
300300
}
301301
}
302302

0 commit comments

Comments
 (0)