mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdDiagnostics: Improved formatting
This commit is contained in:
parent
5af47074f0
commit
31cbae7bb4
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ int CmdDiagnostics (Log& log)
|
||||||
if ((peditor = getenv ("VISUAL")) != NULL)
|
if ((peditor = getenv ("VISUAL")) != NULL)
|
||||||
out << " $VISUAL: " << peditor << "\n";
|
out << " $VISUAL: " << peditor << "\n";
|
||||||
else if ((peditor = getenv ("EDITOR")) != NULL)
|
else if ((peditor = getenv ("EDITOR")) != NULL)
|
||||||
out << " $EDITOR: " << peditor << "\n";
|
out << " $EDITOR: " << peditor << "\n";
|
||||||
|
|
||||||
out << "\n";
|
out << "\n";
|
||||||
std::cout << out.str ();
|
std::cout << out.str ();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue