Skip to content

Commit 9dffd2e

Browse files
committed
Fix formatting for clang-format
1 parent 69e2afe commit 9dffd2e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

profiling/energy-profiler/common/daemon.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class Daemon {
88
public:
99
Daemon(std::function<void()> func, int interval_ms)
10-
: interval_(interval_ms), func_(func) {};
10+
: interval_(interval_ms), func_(func){};
1111

1212
void start();
1313
void tick();

profiling/energy-profiler/common/timer_system.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ class KernelTimerTool {
7070
Kokkos_Profiling_KokkosPDeviceInfo* deviceInfo);
7171
void finalize_library();
7272

73-
void begin_parallel_for(const char* name, const uint32_t devID,
74-
uint64_t kID);
73+
void begin_parallel_for(const char* name, const uint32_t devID, uint64_t kID);
7574
void end_parallel_for(uint64_t kID);
7675

7776
void begin_parallel_scan(const char* name, const uint32_t devID,

0 commit comments

Comments
 (0)