diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-10-31 21:33:59 +1030 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-10-31 21:33:59 +1030 |
commit | b7cbecb9b59bc59144272e6d98ddcb0da8783684 (patch) | |
tree | 8c962619bdf1235abe40185165edcebeacf569af | |
parent | f93e614e09b3983911b93f2755e7869ff8394427 (diff) |
crc: remove gratuitous trailing whitespace.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
-rw-r--r-- | ccan/crc/crc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ccan/crc/crc.c b/ccan/crc/crc.c index 01b0f4af..d2c8c313 100644 --- a/ccan/crc/crc.c +++ b/ccan/crc/crc.c @@ -9,7 +9,7 @@ * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free - * Software Foundation; either version 2 of the License, or (at your option) + * Software Foundation; either version 2 of the License, or (at your option) * any later version. */ /* crc64 code taken from Jacksum version 1.7.0 - checksum utility in Java |