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 stingchang committed May 28, 2024
1 parent b5ccbd4 commit 284644f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ using namespace chip::app::Clusters::RvcOperationalState;
using chip::Protocols::InteractionModel::Status;

static std::unique_ptr<RvcOperationalStateDelegate> gRvcOperationalStateDelegate;
static std::unique_ptr<RvcOperationalState::Instance > gRvcOperationalStateInstance;
static std::unique_ptr<RvcOperationalState::Instance> gRvcOperationalStateInstance;

static void onOperationalStateTimerTick(System::Layer * systemLayer, void * data);

Expand Down

0 comments on commit 284644f

Please sign in to comment.