From 21b18be3832b80b00d4890f041818bac431866e7 Mon Sep 17 00:00:00 2001 From: JRPan <25518778+JRPan@users.noreply.github.com> Date: Mon, 18 Aug 2025 23:09:47 -0700 Subject: running formatter (#126) * running formatter * consolidate CI runs * use cluster to run formatter * use cluster to run formatter * Add a CI-Success step --- src/accelwattch/processor.cc | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'src/accelwattch/processor.cc') diff --git a/src/accelwattch/processor.cc b/src/accelwattch/processor.cc index a86b96d..d5c7cdd 100644 --- a/src/accelwattch/processor.cc +++ b/src/accelwattch/processor.cc @@ -664,22 +664,24 @@ void Processor::displayDeviceType(int device_type_, uint32_t indent) { switch (device_type_) { case 0: - cout << indent_str - << "Device Type= " << "ITRS high performance device type" << endl; + cout << indent_str << "Device Type= " + << "ITRS high performance device type" << endl; break; case 1: - cout << indent_str - << "Device Type= " << "ITRS low standby power device type" << endl; + cout << indent_str << "Device Type= " + << "ITRS low standby power device type" << endl; break; case 2: - cout << indent_str - << "Device Type= " << "ITRS low operating power device type" << endl; + cout << indent_str << "Device Type= " + << "ITRS low operating power device type" << endl; break; case 3: - cout << indent_str << "Device Type= " << "LP-DRAM device type" << endl; + cout << indent_str << "Device Type= " + << "LP-DRAM device type" << endl; break; case 4: - cout << indent_str << "Device Type= " << "COMM-DRAM device type" << endl; + cout << indent_str << "Device Type= " + << "COMM-DRAM device type" << endl; break; default: { cout << indent_str << "Unknown Device Type" << endl; -- cgit v1.3