diff --git a/collects/2htdp/private/checked-cell.ss b/collects/2htdp/private/checked-cell.ss index 854a70f78f..927c0eb1dd 100644 --- a/collects/2htdp/private/checked-cell.ss +++ b/collects/2htdp/private/checked-cell.ss @@ -40,4 +40,4 @@ (super-new))) ; (define c (new checked-cell% [msg "World"] [value0 1] [ok? positive?])) -; (send c set "tick" 10) \ No newline at end of file +; (send c set "tick" 10) diff --git a/collects/syntax/private/id-table.ss b/collects/syntax/private/id-table.ss index 695bfd3795..d2b5acec45 100644 --- a/collects/syntax/private/id-table.ss +++ b/collects/syntax/private/id-table.ss @@ -12,7 +12,7 @@ '#,(syntax-line stx) '#,(syntax-column stx)))) (s:car x))])) - + (define-struct id-table-position (a b))