Skip to content

Commit fd7aff5

Browse files
restyled-commitswqx6
authored andcommitted
Restyled by clang-format
1 parent 49ae9ad commit fd7aff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lit-icd-app/esp32/main/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ extern const char TAG[] = "lit-icd-app";
8181

8282
static AppDeviceCallbacks EchoCallbacks;
8383

84-
static void UatButtonHandler(UatButton *button)
84+
static void UatButtonHandler(UatButton * button)
8585
{
8686
DeviceLayer::PlatformMgr().ScheduleWork([](intptr_t) {
8787
Server::GetInstance().GetICDManager().UpdateOperationState(app::ICDManager::OperationalState::ActiveMode);

0 commit comments

Comments
 (0)