diff --git a/src/app/EventReporter.h b/src/app/EventReporter.h index aaba792b6a1d99..7a87b580931cdc 100644 --- a/src/app/EventReporter.h +++ b/src/app/EventReporter.h @@ -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