summaryrefslogtreecommitdiffstats
path: root/clang-query/QueryParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang-query/QueryParser.h')
-rw-r--r--clang-query/QueryParser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang-query/QueryParser.h b/clang-query/QueryParser.h
index a43f84da..20591815 100644
--- a/clang-query/QueryParser.h
+++ b/clang-query/QueryParser.h
@@ -37,8 +37,7 @@ public:
private:
QueryParser(StringRef Line, const QuerySession &QS)
- : Begin(Line.begin()), End(Line.end()),
- CompletionPos(nullptr), QS(QS) {}
+ : Begin(Line.begin()), End(Line.end()), CompletionPos(nullptr), QS(QS) {}
StringRef lexWord();