diff options
Diffstat (limited to 'src/completion.cc')
| -rw-r--r-- | src/completion.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/completion.cc b/src/completion.cc index 8ee18aa2..2c7cea11 100644 --- a/src/completion.cc +++ b/src/completion.cc @@ -18,11 +18,11 @@ static boost::regex make_regex_ifp(const String& ex) boost::regex result; if (not ex.empty()) { - try - { - result = boost::regex(ex.c_str()); - } - catch(boost::regex_error&) {} + try + { + result = boost::regex(ex.c_str()); + } + catch(boost::regex_error&) {} } return result; } |
