Remove empty line.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Apr 2011 19:15:37 +0000 (12:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Apr 2011 19:15:37 +0000 (12:15 -0700)
src/lread.c

index 531fee3..3306c38 100644 (file)
@@ -3341,7 +3341,6 @@ string_to_number (char const *string, int base, int ignore_trailing)
   return make_float (negative ? -value : value);
 }
 
-
 \f
 static Lisp_Object
 read_vector (Lisp_Object readcharfun, int bytecodeflag)