From c661bec8fd0ca34f60066e2a09520f24456c5eca Mon Sep 17 00:00:00 2001 From: David Kelly Date: Wed, 17 Jan 2018 17:15:14 -0800 Subject: [PATCH] whitespace --- interface/src/commerce/Ledger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/commerce/Ledger.cpp b/interface/src/commerce/Ledger.cpp index 7686ecfc46..88bdb1f405 100644 --- a/interface/src/commerce/Ledger.cpp +++ b/interface/src/commerce/Ledger.cpp @@ -139,7 +139,7 @@ QString hfcString(const QJsonValue& sentValue, const QJsonValue& receivedValue) static const QString USER_PAGE_BASE_URL = NetworkingConstants::METAVERSE_SERVER_URL().toString() + "/users/"; static const QStringList KNOWN_USERS(QStringList() << "highfidelity" << "marketplace"); QString userLink(const QString& username) { - if (username.isEmpty() ) { + if (username.isEmpty()) { return QString("someone"); } if (KNOWN_USERS.contains(username)) {