From b7cbecb9b59bc59144272e6d98ddcb0da8783684 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Wed, 31 Oct 2012 21:33:59 +1030 Subject: [PATCH] crc: remove gratuitous trailing whitespace. Signed-off-by: Rusty Russell --- ccan/crc/crc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2