forked from qt-creator/qt-creator
Bazaar: fix whitespaces
Merge-request: 2208 Reviewed-by: hjk <qtc-committer@nokia.com> Change-Id: I4f803ebe6bfc4eda5635c1ee60d7c049d8c70250 Reviewed-on: http://codereview.qt-project.org/5302 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -58,7 +58,7 @@ BazaarSettings::BazaarSettings()
|
||||
declareKey(logFormatKey, QLatin1String("long"));
|
||||
}
|
||||
|
||||
bool BazaarSettings::sameUserId(const BazaarSettings& other) const
|
||||
bool BazaarSettings::sameUserId(const BazaarSettings &other) const
|
||||
{
|
||||
return stringValue(userNameKey) == other.stringValue(userNameKey) &&
|
||||
stringValue(userEmailKey) == other.stringValue(userEmailKey);
|
||||
|
||||
Reference in New Issue
Block a user