Skip to content

Commit ad2aa15

Browse files
committed
formatting
1 parent 2c32e4b commit ad2aa15

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/displayapp/screens/Music.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ namespace {
3232
}
3333

3434
/**
35-
* Set the pixel array to display by the image
36-
* This just calls lv_img_set_src but adds type safety
37-
*
38-
* @param img pointer to an image object
39-
* @param data the image array
40-
*/
35+
* Set the pixel array to display by the image
36+
* This just calls lv_img_set_src but adds type safety
37+
*
38+
* @param img pointer to an image object
39+
* @param data the image array
40+
*/
4141
inline void lv_img_set_src_arr(lv_obj_t* img, const lv_img_dsc_t* src_img) {
4242
lv_img_set_src(img, src_img);
4343
}

0 commit comments

Comments
 (0)