1.0.9.61: Fix %report-reader-error
[sbcl.git] / src / code / hash-table.lisp
index 8ad97f3..22740e5 100644 (file)
@@ -87,7 +87,7 @@
 \f
 (defmacro-mundanely with-hash-table-iterator ((function hash-table) &body body)
   #!+sb-doc
-  "WITH-HASH-TABLE-ITERATOR ((function hash-table) &body body) 
+  "WITH-HASH-TABLE-ITERATOR ((function hash-table) &body body)
 
 Provides a method of manually looping over the elements of a hash-table.
 FUNCTION is bound to a generator-macro that, within the scope of the