X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=utils.cl;h=8dc05c1f248461addceb72eeba3fb24c8fdcba42;hb=78c726d3b7013dc0f3d04ce7ab9bd94d61ee21d3;hp=dd86f0cc623cd1fdbeee0c325eff9b45fa96755e;hpb=711232053c56eb646c584a1758c359553990c70c;p=lml.git diff --git a/utils.cl b/utils.cl index dd86f0c..8dc05c1 100644 --- a/utils.cl +++ b/utils.cl @@ -1,4 +1,4 @@ -;;; $Id: utils.cl,v 1.4 2002/09/16 08:38:36 kevin Exp $ +;;; $Id: utils.cl,v 1.5 2002/09/16 08:44:09 kevin Exp $ ;;;; ;;;; General purpose utilities @@ -23,7 +23,7 @@ (defun indent-spaces (n &optional (stream *standard-output*)) "Indent n*2 spaces to output stream" - (let ((fmt (format nil "~~~D~~T" (+ n n)))) + (let ((fmt (format nil "~~~DT" (+ n n)))) (format stream fmt))) (defun print-file-contents (file &optional (strm *standard-output*))