summaryrefslogtreecommitdiff
path: root/crc24q.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-09-07 06:24:26 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-09-07 06:24:26 -0400
commit620f7445dcacfbb740c55a9e4b891593c3f94910 (patch)
treee092711dae9ac1af540a2e5469493f13303248c1 /crc24q.c
parent76b2aaba9575d60230387555822b18ceeb07353a (diff)
downloadgpsd-620f7445dcacfbb740c55a9e4b891593c3f94910.tar.gz
Nuke trailing whitespace in C source.
Diffstat (limited to 'crc24q.c')
-rw-r--r--crc24q.c2
1 files changed, 1 insertions, 1 deletions
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 <http://www.ross.net/crc/>.
*