aboutsummaryrefslogtreecommitdiff
path: root/src/support/include_entity_resolver.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/support/include_entity_resolver.cc')
-rw-r--r--src/support/include_entity_resolver.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/support/include_entity_resolver.cc b/src/support/include_entity_resolver.cc
index 197b217..c628258 100644
--- a/src/support/include_entity_resolver.cc
+++ b/src/support/include_entity_resolver.cc
@@ -15,8 +15,8 @@ boost::optional<boost::filesystem::path> extractFilePath(
const std::size_t closingDelimiter = rawPath.find_last_of(']');
if ( leadingDelimiter != std::string::npos &&
- closingDelimiter != std::string::npos &&
- leadingDelimiter < closingDelimiter ) {
+ closingDelimiter != std::string::npos &&
+ leadingDelimiter < closingDelimiter ) {
return boost::make_optional(
boost::filesystem::path(
rawPath.substr(