Skip to content

Commit eb79c24

Browse files
committed
wb: formatting
1 parent 5ef53dc commit eb79c24

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/iop/channelmixerrgb.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2195,7 +2195,8 @@ void process(dt_iop_module_t *self,
21952195
#endif
21962196
}
21972197

2198-
if(data->illuminant_type == DT_ILLUMINANT_CAMERA) {
2198+
if(data->illuminant_type == DT_ILLUMINANT_CAMERA)
2199+
{
21992200
// The camera illuminant is a behaviour rather than a preset of
22002201
// values: it uses whatever is in the RAW EXIF. But it depends on
22012202
// what temperature.c is doing and needs to be updated

0 commit comments

Comments
 (0)