Skip to content

Commit 371abec

Browse files
committed
Remove stray backslash in source code.
It completely screws up KDevelop's highlighting...
1 parent 149d6c6 commit 371abec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repository.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ QByteArray Repository::formatMetadataMessage(const QByteArray &svnprefix, int re
554554
return msg;
555555
}
556556

557-
bool Repository::branchExists(const QString& branch) const\
557+
bool Repository::branchExists(const QString& branch) const
558558
{
559559
return branches.contains(branch);
560560
}

0 commit comments

Comments
 (0)