mirror of
https://github.com/xenia-project/xenia.git
synced 2025-12-06 07:12:03 +01:00
[Base] Remove errant whitespace.
This commit is contained in:
parent
6ab003dbf8
commit
37fbf39573
|
|
@ -22,7 +22,7 @@ DEFINE_bool(clock_no_scaling, false,
|
|||
"CPU");
|
||||
DEFINE_bool(clock_source_raw, false,
|
||||
"Use the RDTSC instruction as the time source. "
|
||||
"Host CPU must support invariant TSC. ",
|
||||
"Host CPU must support invariant TSC.",
|
||||
"CPU");
|
||||
|
||||
namespace xe {
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ void SaveConfig() {
|
|||
}
|
||||
if (last_category != config_var->category()) {
|
||||
if (!last_category.empty()) {
|
||||
sb.Append("\n");
|
||||
sb.Append('\n', 2);
|
||||
}
|
||||
last_category = config_var->category();
|
||||
sb.AppendFormat("[{}]\n", last_category);
|
||||
|
|
|
|||
Loading…
Reference in a new issue