aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2017-12-02 09:57:54 +0100
committerDavid Faure <faure@kde.org>2017-12-02 09:57:54 +0100
commit62dd178d783ca08ebe757813fa3f31cfd3d2009a (patch)
tree917b5c9b39ff98db5d0a15b52b3191a47dda7118
parent45363ae55c3bd6308b268baf5db122ead219c2d3 (diff)
downloadkconfig-62dd178d783ca08ebe757813fa3f31cfd3d2009a.tar.gz
kconfig-62dd178d783ca08ebe757813fa3f31cfd3d2009a.tar.bz2
GIT_SILENT repair indentation
-rw-r--r--src/core/kconfig.cpp2
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);
}
}
}