Fix styling

This commit is contained in:
Andrey Skobtsov 2020-04-23 22:38:15 +03:00
parent 0cf949f1b5
commit b6a5b1b12f

View File

@ -198,7 +198,8 @@ private:
[[nodiscard]] UInt64 getRawValue(int event_type, int event_config) const; [[nodiscard]] UInt64 getRawValue(int event_type, int event_config) const;
}; };
struct PerfDescriptorsHolder { struct PerfDescriptorsHolder
{
int descriptors[PerfEventsCounters::NUMBER_OF_RAW_EVENTS]{}; int descriptors[PerfEventsCounters::NUMBER_OF_RAW_EVENTS]{};
PerfDescriptorsHolder(); PerfDescriptorsHolder();