We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b848ea2 commit c0cd183Copy full SHA for c0cd183
utils/profiler.cpp
@@ -1,6 +1,6 @@
1
/*
2
DingusPPC - The Experimental PowerPC Macintosh emulator
3
-Copyright (C) 2018-21 divingkatae and maximum
+Copyright (C) 2018-25 divingkatae and maximum
4
(theweirdo) spatium
5
6
(Contact divingkatae#1017 or powermax#2286 on Discord for more info)
@@ -91,7 +91,7 @@ void Profiler::print_profile(std::string name)
91
}
92
93
94
- std::cout << std::endl;
+ std::cout << std::right << std::endl;
95
96
97
void Profiler::reset_profile(std::string name)
0 commit comments