Don't use combination of tabs and spaces for indentation
commit6bc579798716dbe94a171a016f9989c92c4b67e2
authorJiří Techet <techet@gmail.com>
Fri, 29 Jul 2016 20:03:56 +0000 (29 22:03 +0200)
committerJiří Techet <techet@gmail.com>
Fri, 29 Jul 2016 20:03:56 +0000 (29 22:03 +0200)
tree027bdae36672b2d55d5367af1c00de04cfc519ef
parentbf0702e2ec63009c731a6a65d40c89f5ac6695d2
Don't use combination of tabs and spaces for indentation

This was done using Geany's "replace tabs with spaces" followed by
"replace spaces with tabs" plus a lot of manual work because the
indentation was inconsistent in many cases.
36 files changed:
ctags/main/args.c
ctags/main/args.h
ctags/main/ctags.c
ctags/main/ctags.h
ctags/main/entry.c
ctags/main/entry.h
ctags/main/general.h
ctags/main/main.h
ctags/main/options.c
ctags/main/options.h
ctags/main/parse.c
ctags/main/parse.h
ctags/main/parsers.h
ctags/main/read.c
ctags/main/read.h
ctags/main/sort.c
ctags/main/sort.h
ctags/main/vstring.c
ctags/main/vstring.h
ctags/parsers/asciidoc.c
ctags/parsers/c.c
ctags/parsers/conf.c
ctags/parsers/css.c
ctags/parsers/diff.c
ctags/parsers/fortran.c
ctags/parsers/haskell.c
ctags/parsers/haxe.c
ctags/parsers/latex.c
ctags/parsers/matlab.c
ctags/parsers/nsis.c
ctags/parsers/pascal.c
ctags/parsers/python.c
ctags/parsers/r.c
ctags/parsers/rest.c
ctags/parsers/sh.c
ctags/parsers/vhdl.c