mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Code Cleanup
- Removed whitespace at EOL.
This commit is contained in:
parent
d2928dc4e4
commit
41003fc78b
1 changed files with 2 additions and 2 deletions
|
@ -153,7 +153,7 @@ int autoComplete (
|
|||
{
|
||||
matches.clear ();
|
||||
|
||||
// Handle trivial case.
|
||||
// Handle trivial case.
|
||||
unsigned int length = partial.length ();
|
||||
if (length)
|
||||
{
|
||||
|
@ -395,7 +395,7 @@ int execute (
|
|||
{
|
||||
throw std::string ("Error: Could not get Hook exit status!");
|
||||
}
|
||||
|
||||
|
||||
if (signal (SIGPIPE, SIG_DFL) == SIG_ERR) // We're done, return to default.
|
||||
throw std::string (std::strerror (errno));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue