Code Cleanup
- Removed whitespace at EOL.
This commit is contained in:
@@ -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));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user