mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 07:29:33 -05:00
Fix spacing
This commit is contained in:
parent
8814cbd9f2
commit
9f89ac42e7
@ -244,7 +244,7 @@ int main(int argc, char* argv[])
|
||||
uint32_t nacc = 0;
|
||||
while(keepRunning && (nacc < 1 || nacc >= locations.size()))
|
||||
{
|
||||
std::cout << "\033[0;32mPlease enter account number:\n \033[0m";
|
||||
std::cout << "\033[0;32mPlease enter account number:\n\033[0m";
|
||||
std::cout.flush();
|
||||
|
||||
std::string inputStr;
|
||||
|
Loading…
Reference in New Issue
Block a user