mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 06:10:36 +02:00
Fixing some style issues.
This commit is contained in:
parent
50d201a7f0
commit
881e4995e0
2 changed files with 19 additions and 21 deletions
|
@ -68,7 +68,7 @@ std::string Readline::gets (const std::string& prompt)
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
bool Readline::interactive_mode (const std::istream& in)
|
||||
{
|
||||
return (&in == &std::cin && isatty(0) == 1);
|
||||
return (&in == &std::cin && isatty (0) == 1);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -80,7 +80,7 @@ Wordexp::Wordexp (const std::string &str)
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
Wordexp::~Wordexp ()
|
||||
{
|
||||
wordfree(&_p);
|
||||
wordfree (&_p);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue