mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
⚡ fixed allignment of text
This commit is contained in:
parent
e9443ee48d
commit
0c518c4ede
1 changed files with 2 additions and 2 deletions
4
main.cpp
4
main.cpp
|
|
@ -92,12 +92,12 @@ int main(int argc, char **argv)
|
|||
std::cout << "Saving " << std::time(0) << '\n';
|
||||
if (bank.GetChangeState())
|
||||
{
|
||||
std::cout << " to disk...\n";
|
||||
std::cout << " to disk\n";
|
||||
bank.Save();
|
||||
}
|
||||
else
|
||||
{
|
||||
std::cout << " no changes...\n";
|
||||
std::cout << " no changes\n";
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue