mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-28 19:39:52 +02:00
(keycompare): Remove stray SPACE before TAB that was
causing `make distcheck' to fail.
This commit is contained in:
+1
-1
@@ -1224,7 +1224,7 @@ keycompare (const struct line *a, const struct line *b)
|
||||
get_hash (texta, lena, diga);
|
||||
get_hash (textb, lenb, digb);
|
||||
diff = memcmp (diga, digb, sizeof (diga));
|
||||
if (diff)
|
||||
if (diff)
|
||||
goto not_equal;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user