Skip to content

Commit

Permalink
fix: Includes: keep order in the right position from clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeg-sfy committed Apr 4, 2022
1 parent 5f6fd3c commit 6478181
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/window-app/efr32/include/LcdPainter.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@

#pragma once

#include "app-common/app-common/zap-generated/cluster-enums.h"
// clang-format off
#include "app-common/app-common/zap-generated/enums.h"
#include "app-common/app-common/zap-generated/cluster-enums.h"
// clang-format on

#include <stdint.h>

enum class LcdIcon
Expand Down

0 comments on commit 6478181

Please sign in to comment.