aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlformat/commentastvisitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qmlformat/commentastvisitor.h')
-rw-r--r--tools/qmlformat/commentastvisitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlformat/commentastvisitor.h b/tools/qmlformat/commentastvisitor.h
index dee2bb3983..1df907f8a3 100644
--- a/tools/qmlformat/commentastvisitor.h
+++ b/tools/qmlformat/commentastvisitor.h
@@ -113,7 +113,7 @@ public:
private:
bool isCommentAttached(const SourceLocation& location) const;
- QList<SourceLocation> findCommentsInLine(quint32 line, bool includePrevious=false) const;
+ QList<SourceLocation> findCommentsInLine(quint32 line, bool includePrevious = false) const;
Comment findComment(SourceLocation first, SourceLocation last,
int locations = Comment::DefaultLocations) const;