Adding ending newline

This commit is contained in:
Paul Peavyhouse
2019-10-22 13:29:38 -07:00
parent a572d8a648
commit ddd7c1d30c

View File

@@ -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);
}
}