From 620f7445dcacfbb740c55a9e4b891593c3f94910 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 7 Sep 2012 06:24:26 -0400 Subject: Nuke trailing whitespace in C source. --- crc24q.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crc24q.c') diff --git a/crc24q.c b/crc24q.c index dfa90cbb..9d1cb050 100644 --- a/crc24q.c +++ b/crc24q.c @@ -5,7 +5,7 @@ * * x^24+ x^23+ x^18+ x^17+ x^14+ x^11+ x^10+ x^7+ x^6+ x^5+ x^4+ x^3+ x+1 * - * This corresponds to a mask of 0x1864CFB. For a primer on CRC theory, + * This corresponds to a mask of 0x1864CFB. For a primer on CRC theory, * including detailed discussion of how and why the error polynomial is * expressed by this mask, see . * -- cgit v1.2.1