From: Rusty Russell Date: Wed, 31 Oct 2012 11:03:59 +0000 (+1030) Subject: crc: remove gratuitous trailing whitespace. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=b7cbecb9b59bc59144272e6d98ddcb0da8783684 crc: remove gratuitous trailing whitespace. Signed-off-by: Rusty Russell --- 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