Skip to content

Commit df323af

Browse files
committed
try and make clang-format happy ;-)
1 parent fa64662 commit df323af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/3rd_party_adapters/LVGL/Screen.hpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ class IScreen
1919
virtual ~IScreen() = default;
2020

2121
virtual void draw() = 0;
22-
virtual void refresh() {};
22+
virtual void refresh()
23+
{
24+
return;
25+
};
2326
};
2427

2528
/**

0 commit comments

Comments
 (0)