Skip to content

Commit

Permalink
clang-tidy: fixes invalid case style in LinuxContainerCpuStatsReader
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <[email protected]>
  • Loading branch information
mathetake committed Feb 26, 2025
1 parent c0900ab commit 781b395
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class LinuxCpuStatsReader : public CpuStatsReader {
class LinuxContainerCpuStatsReader : public CpuStatsReader {
public:
LinuxContainerCpuStatsReader(
TimeSource& time_source_,
TimeSource& time_source,
const std::string& linux_cgroup_cpu_allocated_file = LINUX_CGROUP_CPU_ALLOCATED_FILE,
const std::string& linux_cgroup_cpu_times_file = LINUX_CGROUP_CPU_TIMES_FILE);
CpuTimes getCpuTimes() override;
Expand Down

0 comments on commit 781b395

Please sign in to comment.