racket/collects/ffi/unsafe
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
..
private Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
alloc.rkt ffi/unsafe/alloc: releaser should be able to return a value 2012-02-17 06:36:23 -07:00
atomic.rkt Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
com.rkt Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
custodian.rkt ffi/unsafe/custodian: #:atexit?' -> #:at-exit?' 2012-08-12 20:25:47 -06:00
cvector.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
define.rkt overhaul GC finalization 2010-11-05 15:54:47 -06:00
nsalloc.rkt fix `ffi/unsafe/nsalloc' 2012-08-28 18:45:55 -06:00
nsstring.rkt add ffi/unsafe/nsalloc' and ffi/unsafe/nsstring' 2012-08-24 15:48:58 -06:00
objc.rkt Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
try-atomic.rkt fix ffi retain of callbacks 2011-10-09 09:01:15 -06:00