Browse Source

crc: remove gratuitous trailing whitespace.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell 13 years ago
parent
commit
b7cbecb9b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ccan/crc/crc.c

+ 1 - 1
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