Skip to content

Commit c0cd183

Browse files
joevtdingusdev
authored andcommitted
profiler: Ensure cout fill changes back to right.
1 parent b848ea2 commit c0cd183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/profiler.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
DingusPPC - The Experimental PowerPC Macintosh emulator
3-
Copyright (C) 2018-21 divingkatae and maximum
3+
Copyright (C) 2018-25 divingkatae and maximum
44
(theweirdo) spatium
55
66
(Contact divingkatae#1017 or powermax#2286 on Discord for more info)
@@ -91,7 +91,7 @@ void Profiler::print_profile(std::string name)
9191
}
9292
}
9393

94-
std::cout << std::endl;
94+
std::cout << std::right << std::endl;
9595
}
9696

9797
void Profiler::reset_profile(std::string name)

0 commit comments

Comments
 (0)