forked from qt-creator/qt-creator
Git: Style fixes
Change-Id: I600e939e99de77e92de1ff068a5ebad98eb736ca Reviewed-by: Petar Perisin <petar.perisin@gmail.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
5cb29aec0b
commit
69d0d6cdca
@@ -136,8 +136,8 @@ bool CommitData::checkLine(const QString &stateInfo, const QString &file)
|
||||
if (xState == UnknownFileState || yState == UnknownFileState)
|
||||
return false;
|
||||
|
||||
bool isMerge = (xState == UnmergedFile || yState == UnmergedFile ||
|
||||
((xState == yState) && (xState == AddedFile || xState == DeletedFile)));
|
||||
bool isMerge = (xState == UnmergedFile || yState == UnmergedFile
|
||||
|| ((xState == yState) && (xState == AddedFile || xState == DeletedFile)));
|
||||
if (isMerge) {
|
||||
if (xState == yState) {
|
||||
if (xState == UnmergedFile)
|
||||
|
||||
Reference in New Issue
Block a user