fixing indentation

This commit is contained in:
Danny Yoo 2012-06-24 20:55:20 -04:00
parent 8ca2919319
commit 0da5a7f832

View File

@ -31,7 +31,7 @@
new-world)
;; Helper: produces the width and height of the element with the given id.
(define (width-and-height v element-id)
(define focused (view-focus v element-id))
(values (view-width focused)
@ -126,4 +126,3 @@
(big-bang (make-world (list) #f)
(initial-view the-view)
(to-draw draw))