forked from qt-creator/qt-creator
Fix comment
Change-Id: I0750ecae4d103d93ca20bef657b98a468bb355fc Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
This commit is contained in:
@@ -403,9 +403,9 @@ static void diffWithWhitespaceReduced(const Diff &leftDiff,
|
||||
* For the above example it would be:
|
||||
*
|
||||
* leftCodeMap: <1, <3, " "> >
|
||||
* <5, <3, " "> >
|
||||
* <5, <7, " "> >
|
||||
* rightCodeMap: <1, <3, " /t"> >
|
||||
* <5, <3, " /t "> >
|
||||
* <5, <7, " /t "> >
|
||||
*
|
||||
*/
|
||||
static QString encodeExpandedWhitespace(const QString &leftEquality,
|
||||
|
Reference in New Issue
Block a user