racket/collects/graphics
Eli Barzilay 672910f27b Lots of bad TAB eliminations.
I started from tabs that are not on the beginning of lines, and in
several places I did further cleanings.

If you're worried about knowing who wrote some code, for example, if you
get to this commit in "git blame", then note that you can use the "-w"
flag in many git commands to ignore whitespaces.  For example, to see
per-line authors, use "git blame -w <file>".  Another example: to see
the (*much* smaller) non-whitespace changes in this (or any other)
commit, use "git log -p -w -1 <sha1>".
2012-11-07 11:22:20 -05:00
..
scribblings turtles: better error message and improve docs 2012-03-03 14:17:53 -05:00
tests add missing `super-new' from class100 conversion 2012-07-24 11:16:43 -05:00
graphics-posn-less-unit.rkt Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
graphics-sig.rkt
graphics-unit.rkt
graphics.rkt
main.rkt
turtle-examples.rkt Typos in turtles (code and docs). 2012-02-10 02:41:48 -05:00
turtle-test.rkt Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
turtles.rkt turtles: better error message and improve docs 2012-03-03 14:17:53 -05:00
value-turtles-examples.rkt
value-turtles-test.rkt
value-turtles.rkt