From 41003fc78b805c2ab909e321afc20132e2bd3404 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 17 Jan 2015 19:05:09 -0500 Subject: [PATCH] Code Cleanup - Removed whitespace at EOL. --- src/util.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util.cpp b/src/util.cpp index ab048e9e1..5ea94f03e 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -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));