Fix comment

Change-Id: I0750ecae4d103d93ca20bef657b98a468bb355fc
Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
This commit is contained in:
Jarek Kobus
2014-02-14 11:08:41 +01:00
committed by Jarek Kobus
parent 5dbbc74651
commit e8482f3e49

View File

@@ -403,9 +403,9 @@ static void diffWithWhitespaceReduced(const Diff &leftDiff,
* For the above example it would be: * For the above example it would be:
* *
* leftCodeMap: <1, <3, " "> > * leftCodeMap: <1, <3, " "> >
* <5, <3, " "> > * <5, <7, " "> >
* rightCodeMap: <1, <3, " /t"> > * rightCodeMap: <1, <3, " /t"> >
* <5, <3, " /t "> > * <5, <7, " /t "> >
* *
*/ */
static QString encodeExpandedWhitespace(const QString &leftEquality, static QString encodeExpandedWhitespace(const QString &leftEquality,