From cd77cecfc03a3eaf87816af28a33067c4f0cdb59 Mon Sep 17 00:00:00 2001 From: Nikita Slyusarev <nslus@yandex-team.com> Date: Thu, 10 Feb 2022 16:46:52 +0300 Subject: Restoring authorship annotation for Nikita Slyusarev <nslus@yandex-team.com>. Commit 1 of 2. --- library/cpp/digest/old_crc/crc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/cpp/digest/old_crc/crc.cpp') diff --git a/library/cpp/digest/old_crc/crc.cpp b/library/cpp/digest/old_crc/crc.cpp index 994755f34d..3d3f17142a 100644 --- a/library/cpp/digest/old_crc/crc.cpp +++ b/library/cpp/digest/old_crc/crc.cpp @@ -1,7 +1,7 @@ #include "crc.h" #include <library/cpp/digest/old_crc/crc.inc> - + #include <util/system/defaults.h> static const ui64 CRCTAB64[256] = { -- cgit v1.2.3