Skip to content

Commit dc35725

Browse files
restyled-commitstehampson
authored andcommitted
Restyled by clang-format
1 parent 5bf5982 commit dc35725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/CommandHandler.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ Status CommandHandler::ProcessInvokeRequest(System::PacketBufferHandle && payloa
258258
void CommandHandler::Close()
259259
{
260260
mSuppressResponse = false;
261-
mpResponder = nullptr;
261+
mpResponder = nullptr;
262262
MoveToState(State::AwaitingDestruction);
263263

264264
// We must finish all async work before we can shut down a CommandHandler. The actual CommandHandler MUST finish their work

0 commit comments

Comments
 (0)