encoding-guesser: Remove spurious blank line.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 27 Feb 2012 00:14:05 +0000 (16:14 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 2 Mar 2012 05:26:05 +0000 (21:26 -0800)
src/libpspp/encoding-guesser.c

index 7d10015e2ea2961febf0efb8edb47d66e30033a8..27e2cda5dcb1ae8f560b2f2c7b1338444da2f550 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2011 Free Software Foundation, Inc.
+   Copyright (C) 2011, 2012 Free Software Foundation, Inc.
 
    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
@@ -88,7 +88,6 @@ static uint32_t
 get_le32 (const uint8_t *data)
 {
   return (data[3] << 24) | (data[2] << 16) | (data[1] << 8) | data[0];
-
 }
 
 static const char *