From ea7d97bc55a5c876ae1fde124c3e3d0598a328f9 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Tue, 9 Jul 2019 18:06:42 +0000 Subject: [PATCH] indentation Signed-off-by: Ivailo Monev --- src/core/tools/qregexp.h | 2 +- src/core/tools/qstringlist.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/tools/qregexp.h b/src/core/tools/qregexp.h index 5015431d0..d6fa4762f 100644 --- a/src/core/tools/qregexp.h +++ b/src/core/tools/qregexp.h @@ -59,7 +59,7 @@ public: QRegExp(); explicit QRegExp(const QString &pattern, Qt::CaseSensitivity cs = Qt::CaseSensitive, - PatternSyntax syntax = RegExp); + PatternSyntax syntax = RegExp); QRegExp(const QRegExp &rx); ~QRegExp(); QRegExp &operator=(const QRegExp &rx); diff --git a/src/core/tools/qstringlist.cpp b/src/core/tools/qstringlist.cpp index 2e5ea95ed..d8252f2a7 100644 --- a/src/core/tools/qstringlist.cpp +++ b/src/core/tools/qstringlist.cpp @@ -368,7 +368,7 @@ QString QStringList::join(const QString &sep) const QString res; if (totalLength == 0) - return res; + return res; res.reserve(totalLength); for (int i = 0; i < size(); ++i) { if (i)