Adding ending newline
This commit is contained in:
@@ -166,4 +166,4 @@ lv_color_hsv_t lv_color_to_hsv(lv_color_t color)
|
||||
lv_color32_t color32;
|
||||
color32.full = lv_color_to32(color);
|
||||
return lv_color_rgb_to_hsv(color32.ch.red, color32.ch.green, color32.ch.blue);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user