Skip to content

Commit e7ccc66

Browse files
restyled-commitssilabs-ArghyaD
authored andcommitted
Restyled by clang-format
1 parent 5e10941 commit e7ccc66

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

examples/window-app/silabs/include/LcdPainter.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ class LcdPainter
3737
{
3838
public:
3939
static void Paint(SilabsLCD & lcd, chip::app::Clusters::WindowCovering::Type type, uint16_t lift, uint16_t tilt, LcdIcon icon);
40+
4041
private:
4142
static void ClearScreen(SilabsLCD & lcd);
4243
};

examples/window-app/silabs/src/LcdPainter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
* limitations under the License.
1818
*/
1919

20-
#include <LcdPainter.h>
2120
#include "demo-ui-bitmaps.h"
21+
#include <LcdPainter.h>
2222

2323
#include <cstdint>
2424
#include <cstdio>
@@ -65,7 +65,7 @@ void LcdPainter::Paint(SilabsLCD & lcd, Type type, uint16_t lift, uint16_t tilt,
6565
const unsigned tiltPct = RawToWholePercent(tilt, TILT_OPEN_LIMIT, TILT_CLOSED_LIMIT);
6666

6767
GLIB_Context_t * glibContext = static_cast<GLIB_Context_t *>(lcd.Context());
68-
const int32_t xSize = glibContext->pDisplayGeometry->xSize;
68+
const int32_t xSize = glibContext->pDisplayGeometry->xSize;
6969

7070
char buf[32];
7171
if (drawStaticChrome)

0 commit comments

Comments
 (0)