mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 04:22:03 +00:00
Fix styling
This commit is contained in:
parent
0cf949f1b5
commit
b6a5b1b12f
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user