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 yyzhong-g committed Dec 18, 2024
1 parent 749f4aa commit caa1dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/EventReporter.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class EventReporter
* @param[in] aPath The path that identifies the kind of event that was generated.
* @param[in] aBytesConsumed The number of bytes needed to store the event in EventManagement.
*/
CHIP_ERROR virtual NewEventGenerated(ConcreteEventPath & aPath, uint32_t aBytesConsumed) = 0;
CHIP_ERROR virtual NewEventGenerated(ConcreteEventPath & aPath, uint32_t aBytesConsumed) = 0;
};

} // namespace app
Expand Down

0 comments on commit caa1dea

Please sign in to comment.