racket/collects/ffi
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
..
examples Modernize (& racketize) ffi/examples. 2012-07-27 10:31:26 -04:00
unsafe Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
com-registry.rkt add ffi/com', ffi/unsafe/com' 2012-01-10 18:35:32 -07:00
com.rkt ffi/com: add missing export 2012-09-01 09:48:34 -06:00
cvector.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
file.rkt further error message convention refinements 2012-06-22 09:47:59 +08:00
info.rkt
objc.rkt
unsafe.rkt ffi/unsafe: defend against some finalization bugs 2012-10-21 08:11:45 -06:00
vector.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
winapi.rkt add ffi/winapi; use it in mzlib/os 2011-07-01 10:42:17 -06:00