From bbc989f7959d7fdcea8c329fb5bbb20a56f6e615 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sat, 4 Jul 2009 02:01:41 +0000 Subject: [PATCH] set svn:eol-style svn: r15379 --- collects/2htdp/private/checked-cell.ss | 2 +- collects/syntax/private/id-table.ss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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))