Skip to content
Snippets Groups Projects
Commit c149672c authored by rtoy's avatar rtoy
Browse files

Add trailing newline.

parent 1dbce14c
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/string.lisp,v 1.28 2010/10/13 18:00:44 rtoy Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/string.lisp,v 1.29 2010/10/26 13:56:08 rtoy Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -1727,4 +1727,4 @@
(incf idx 2)
(incf idx))
(push c cp)))
(nreverse cp)))
\ No newline at end of file
(nreverse cp)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment