]> granicus.if.org Git - yasm/commit
Bite the bullet and convert tabs to spaces. Previously yasm's source has
authorPeter Johnson <peter@tortall.net>
Sun, 22 Apr 2007 03:32:46 +0000 (03:32 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 22 Apr 2007 03:32:46 +0000 (03:32 -0000)
commit00473ca98171eb19615109f5a8512993da43a77a
treeff659c3a00f05562d7210683c8756303c7d02187
parent4238a7c5ce3b8853ecd1d9cf50eaa354f1038e7d
Bite the bullet and convert tabs to spaces.  Previously yasm's source has
been using a mix of tabs and 4 spaces to indent; this looks horrible if
tab size is ever not 8.  While I debated converting to tab-only indentation
that would have been a far higher impact to the source.

svn path=/trunk/yasm/; revision=1825
140 files changed:
Mkfiles/dj/config.h
Mkfiles/vc/config.h
Mkfiles/vc8/config.h
frontends/yasm/yasm-options.c
frontends/yasm/yasm-options.h
frontends/yasm/yasm.c
genstring.c
libyasm/arch.c
libyasm/arch.h
libyasm/assocdat.c
libyasm/assocdat.h
libyasm/bc-align.c
libyasm/bc-data.c
libyasm/bc-incbin.c
libyasm/bc-insn.c
libyasm/bc-int.h
libyasm/bc-org.c
libyasm/bc-reserve.c
libyasm/bitvect.c
libyasm/bitvect.h
libyasm/bytecode.c
libyasm/bytecode.h
libyasm/compat-queue.h
libyasm/coretype.h
libyasm/dbgfmt.h
libyasm/errwarn.c
libyasm/errwarn.h
libyasm/expr-int.h
libyasm/expr.c
libyasm/expr.h
libyasm/file.c
libyasm/file.h
libyasm/floatnum.c
libyasm/floatnum.h
libyasm/genmodule.c
libyasm/hamt.c
libyasm/hamt.h
libyasm/intnum.c
libyasm/intnum.h
libyasm/inttree.c
libyasm/inttree.h
libyasm/linemap.c
libyasm/linemap.h
libyasm/listfmt.h
libyasm/md5.c
libyasm/md5.h
libyasm/mergesort.c
libyasm/module.h
libyasm/objfmt.h
libyasm/parser.h
libyasm/phash.c
libyasm/phash.h
libyasm/preproc.h
libyasm/section.c
libyasm/section.h
libyasm/strcasecmp.c
libyasm/strsep.c
libyasm/symrec.c
libyasm/symrec.h
libyasm/tests/bitvect_test.c
libyasm/tests/combpath_test.c
libyasm/tests/floatnum_test.c
libyasm/tests/leb128_test.c
libyasm/tests/splitpath_test.c
libyasm/tests/uncstring_test.c
libyasm/valparam.c
libyasm/valparam.h
libyasm/value.c
libyasm/value.h
libyasm/xmalloc.c
libyasm/xstrdup.c
modules/arch/lc3b/lc3barch.c
modules/arch/lc3b/lc3barch.h
modules/arch/lc3b/lc3bbc.c
modules/arch/lc3b/lc3bid.re
modules/arch/x86/tests/sse4.c
modules/arch/x86/x86arch.c
modules/arch/x86/x86arch.h
modules/arch/x86/x86bc.c
modules/arch/x86/x86expr.c
modules/arch/x86/x86id.c
modules/dbgfmts/codeview/cv-dbgfmt.c
modules/dbgfmts/codeview/cv-dbgfmt.h
modules/dbgfmts/codeview/cv-symline.c
modules/dbgfmts/codeview/cv-type.c
modules/dbgfmts/dwarf2/dwarf2-aranges.c
modules/dbgfmts/dwarf2/dwarf2-dbgfmt.c
modules/dbgfmts/dwarf2/dwarf2-dbgfmt.h
modules/dbgfmts/dwarf2/dwarf2-info.c
modules/dbgfmts/dwarf2/dwarf2-line.c
modules/dbgfmts/null/null-dbgfmt.c
modules/dbgfmts/stabs/stabs-dbgfmt.c
modules/listfmts/nasm/nasm-listfmt.c
modules/objfmts/bin/bin-objfmt.c
modules/objfmts/coff/coff-objfmt.c
modules/objfmts/coff/coff-objfmt.h
modules/objfmts/coff/tests/cofftest.c
modules/objfmts/coff/win64-except.c
modules/objfmts/dbg/dbg-objfmt.c
modules/objfmts/elf/elf-machine.h
modules/objfmts/elf/elf-objfmt.c
modules/objfmts/elf/elf-x86-amd64.c
modules/objfmts/elf/elf-x86-x86.c
modules/objfmts/elf/elf.c
modules/objfmts/elf/elf.h
modules/objfmts/elf/tests/elftest.c
modules/objfmts/macho/macho-objfmt.c
modules/objfmts/macho/tests/nasm32/machotest.c
modules/objfmts/macho/tests/nasm64/machotest64.c
modules/objfmts/rdf/rdf-objfmt.c
modules/objfmts/win32/tests/win32test.c
modules/objfmts/xdf/xdf-objfmt.c
modules/parsers/gas/gas-parse.c
modules/parsers/gas/gas-parser.c
modules/parsers/gas/gas-parser.h
modules/parsers/gas/gas-token.re
modules/parsers/nasm/nasm-parse.c
modules/parsers/nasm/nasm-parser.c
modules/parsers/nasm/nasm-parser.h
modules/parsers/nasm/nasm-token.re
modules/preprocs/nasm/genmacro.c
modules/preprocs/nasm/genversion.c
modules/preprocs/nasm/nasm-eval.c
modules/preprocs/nasm/nasm-eval.h
modules/preprocs/nasm/nasm-pp.c
modules/preprocs/nasm/nasm-preproc.c
modules/preprocs/nasm/nasm.h
modules/preprocs/nasm/nasmlib.c
modules/preprocs/nasm/nasmlib.h
modules/preprocs/raw/raw-preproc.c
modules/preprocs/yapp/yapp-preproc.c
modules/preprocs/yapp/yapp-preproc.h
modules/preprocs/yapp/yapp-token.h
out_test.sh
test_hd.c
tools/gap/gap.c
tools/gap/perfect.c
tools/gap/perfect.h
tools/xdf/xdfdump.c
util.h