From 11a24635da4c4f39428b182c49a7bc35e47c9534 Mon Sep 17 00:00:00 2001 From: swarmer Date: Thu, 10 Feb 2022 16:46:31 +0300 Subject: Restoring authorship annotation for . Commit 2 of 2. --- library/cpp/diff/diff.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'library/cpp/diff') diff --git a/library/cpp/diff/diff.h b/library/cpp/diff/diff.h index 1648b866434..94fb00cd0b3 100644 --- a/library/cpp/diff/diff.h +++ b/library/cpp/diff/diff.h @@ -2,7 +2,7 @@ #include -#include +#include #include #include #include @@ -63,7 +63,7 @@ namespace NDiff { // Save the beginning of common part in s2 c2 = s2.begin() + ctx.ResultBuffer[i]; // Find the beginning of common part in s1 - c1 = Find(e1, s1.end(), *c2); + c1 = Find(e1, s1.end(), *c2); // Follow common substring for (e1 = c1, e2 = c2; i < n && *e1 == *e2; ++e1, ++e2) { ++i; -- cgit v1.3