racket/control: Racketize & remove trailing whitespace

original commit: ed9c612cae3ac53984445fbe6731ca0870915932
This commit is contained in:
Asumu Takikawa 2012-06-21 15:55:43 -04:00
parent 9b7e9c5feb
commit 3f831d6f4b

View File

@ -1,4 +1,4 @@
(module control racket/base
#lang racket/base
(require (for-syntax racket/base))
@ -265,4 +265,4 @@
(define-syntax cupto (make-rename-transformer #'control0-at))
;; ----------------------------------------
)