forked from qt-creator/qt-creator
Bazaar: whitespace and indentation fixes
Change-Id: I31258a10bd79a047f25787d38c070b0c95ed9f78 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
committed by
Tobias Hunger
parent
73138f633f
commit
d4a4ca5054
@@ -60,8 +60,8 @@ BazaarSettings::BazaarSettings()
|
||||
|
||||
bool BazaarSettings::sameUserId(const BazaarSettings &other) const
|
||||
{
|
||||
return stringValue(userNameKey) == other.stringValue(userNameKey) &&
|
||||
stringValue(userEmailKey) == other.stringValue(userEmailKey);
|
||||
return stringValue(userNameKey) == other.stringValue(userNameKey)
|
||||
&& stringValue(userEmailKey) == other.stringValue(userEmailKey);
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user