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 committed Dec 6, 2021
1 parent 58b4fb0 commit 7d74dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/EventLogging.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ CHIP_ERROR LogEvent(const T & aEventData, EndpointId aEndpoint, EventOptions aEv
aEventNumber = 0;
EventLogger<T> delegate(eventData);
EventManagement & logMgmt = chip::app::EventManagement::GetInstance();
aEventOptions.mPath = path;
aEventOptions.mPath = path;
return logMgmt.LogEvent(&delegate, aEventOptions, aEventNumber);
}

Expand Down

0 comments on commit 7d74dec

Please sign in to comment.