Format code according to conventions (#16322)
This commit is contained in:
@@ -104,7 +104,9 @@ RGB hsv_to_rgb(HSV hsv) {
|
||||
#endif
|
||||
}
|
||||
|
||||
RGB hsv_to_rgb_nocie(HSV hsv) { return hsv_to_rgb_impl(hsv, false); }
|
||||
RGB hsv_to_rgb_nocie(HSV hsv) {
|
||||
return hsv_to_rgb_impl(hsv, false);
|
||||
}
|
||||
|
||||
#ifdef RGBW
|
||||
# ifndef MIN
|
||||
|
||||
Reference in New Issue
Block a user