ran the following script on openbor.c to fix indentations:
cat openbor.c | perl -pe 'if((@x = /^(?: )+/g)) { s|^( )+|"\t" x (length($x[0]) / 4)|eg; }' >> openbor.c2; mv openbor.c2 openbor.c
Authored by: anallyst 2011-03-10
Parent: [r3178]
Child: [r3180]