diff options
author | David Faure <faure@kde.org> | 2017-12-02 09:57:54 +0100 |
---|---|---|
committer | David Faure <faure@kde.org> | 2017-12-02 09:57:54 +0100 |
commit | 62dd178d783ca08ebe757813fa3f31cfd3d2009a (patch) | |
tree | 917b5c9b39ff98db5d0a15b52b3191a47dda7118 /src/core/kconfig.cpp | |
parent | 45363ae55c3bd6308b268baf5db122ead219c2d3 (diff) | |
download | kconfig-62dd178d783ca08ebe757813fa3f31cfd3d2009a.tar.gz kconfig-62dd178d783ca08ebe757813fa3f31cfd3d2009a.tar.bz2 |
GIT_SILENT repair indentation
Diffstat (limited to 'src/core/kconfig.cpp')
-rw-r--r-- | src/core/kconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/kconfig.cpp b/src/core/kconfig.cpp index f0166f2e..4dab5e75 100644 --- a/src/core/kconfig.cpp +++ b/src/core/kconfig.cpp @@ -233,7 +233,7 @@ QString KConfigPrivate::expandString(const QString &value) } else if (aVarName == QStringLiteral("QT_CONFIG_HOME")) { env = QStandardPaths::writableLocation(QStandardPaths::GenericConfigLocation); } else if (aVarName == QStringLiteral("QT_CACHE_HOME")) { - env = QStandardPaths::writableLocation(QStandardPaths::GenericCacheLocation); + env = QStandardPaths::writableLocation(QStandardPaths::GenericCacheLocation); } } } |