Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and doru91 committed Aug 10, 2021
1 parent 0d9fd92 commit 3af553a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/lighting-app/k32w/main/include/AppTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ class AppTask
kFunction_Invalid
} Function;

Function_t mFunction = kFunction_NoneSelected;
bool mResetTimerActive = false;
Function_t mFunction = kFunction_NoneSelected;
bool mResetTimerActive = false;
bool mSyncClusterToButtonAction = false;

static AppTask sAppTask;
Expand Down
4 changes: 2 additions & 2 deletions examples/lock-app/k32w/main/include/AppTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ class AppTask
kFunction_Invalid
} Function;

Function_t mFunction = kFunction_NoneSelected;
bool mResetTimerActive = false;
Function_t mFunction = kFunction_NoneSelected;
bool mResetTimerActive = false;
bool mSyncClusterToButtonAction = false;

static AppTask sAppTask;
Expand Down

0 comments on commit 3af553a

Please sign in to comment.