Fixed all mixed tabs and spaces
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 26 Jun 2020 16:00:48 +0000 (11:00 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 26 Jun 2020 16:00:48 +0000 (11:00 -0500)
commitc738217d89ea9736724711439b9825fea713c726
treeec69705b4aa2663f76ce8ea54e66efdff6fbe4cd
parentaf35d3c3cb0bdf5c82eb8e4b9d011bd20cc00a63
Fixed all mixed tabs and spaces
Everything is spaces now
22 files changed:
Makefile
docs/new_hash_plan
docs/parse_grammar
docs/plan
docs/thoughts
include/bh.h
include/onyxlex.h
include/onyxmsgs.h
include/onyxparser.h
include/onyxsempass.h
include/onyxwasm.h
misc/onyx.vim
progs/minimal.onyx
progs/mvp.onyx
progs/test.onyx
src/onyx.c
src/onyxlex.c
src/onyxmsgs.c
src/onyxparser.c
src/onyxtypecheck.c
src/onyxutils.c
src/onyxwasm.c