[plt-scheme] Odd Auto-indenting

From: Chris Warrington (chrisw at rice.edu)
Date: Wed Jun 14 22:44:03 EDT 2006

What's up with weird auto-formatting in this snippet of code:
(call-with-output-file
    argument
  (lambda (port) (dump-database (call-with-input-file 
                                    DATABASE 
                                  read-cookie-objects) 
                                FORMAT
                                LINE_LENGTH
                                port))
  'text
  'truncate/replace)

Notice especially the (call-with-input-file DATABASE read-cookie-objects)
sexp. Now that's just weird.

Granted, my style may not be the best (I'm still learning). Comments
welcome and appreciated.

-- 
Chris Warrington <chrisw at rice.edu>

"A computer lets you make more mistakes faster than any other
invention, with the possible exceptions of handguns and tequila."
-Mitch Ratcliffe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 185 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20060614/b239755f/attachment.sig>

Posted on the users mailing list.