We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b88492 commit 2c171bfCopy full SHA for 2c171bf
1 file changed
src/pcm-power.cpp
@@ -621,10 +621,10 @@ int mainThrows(int argc, char * argv[])
621
std::vector<SocketCounterState> beforeSocketState, afterSocketState;
622
uint64 BeforeTime = 0, AfterTime = 0;
623
624
- cerr << dec << "\n";
+ cerr << dec;
625
cerr.precision(2);
626
cerr << fixed;
627
- cout << dec << "\n";
+ cout << dec;
628
cout.precision(2);
629
cout << fixed;
630
cerr << "\nMC counter group: " << imc_profile << "\n";
0 commit comments