Format code according to conventions (#16322)
This commit is contained in:
parent
afcdd7079c
commit
63646e8906
345 changed files with 4916 additions and 3229 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue