Code Cleanup

- Removed whitespace at EOL.
This commit is contained in:
Paul Beckingham
2015-01-17 19:05:09 -05:00
parent d2928dc4e4
commit 41003fc78b

View File

@@ -153,7 +153,7 @@ int autoComplete (
{ {
matches.clear (); matches.clear ();
// Handle trivial case. // Handle trivial case.
unsigned int length = partial.length (); unsigned int length = partial.length ();
if (length) if (length)
{ {
@@ -395,7 +395,7 @@ int execute (
{ {
throw std::string ("Error: Could not get Hook exit status!"); throw std::string ("Error: Could not get Hook exit status!");
} }
if (signal (SIGPIPE, SIG_DFL) == SIG_ERR) // We're done, return to default. if (signal (SIGPIPE, SIG_DFL) == SIG_ERR) // We're done, return to default.
throw std::string (std::strerror (errno)); throw std::string (std::strerror (errno));