tinyvm/libtvm
Joseph Kogut ca87b3c5e9 Refactor with a consistent coding style
This commit refactors the project using a single, consistent coding
style, derived from the Linux Kernel Coding Style, available here:

https://www.kernel.org/doc/Documentation/CodingStyle

This includes, but is not limited to:
* Removal of typedefs, especially for structs
* Limiting lines to a reasonable length, 80 characters, mostly
* K&R style braces
* Removal of CamelCase
2016-08-28 20:31:12 -07:00
..
.gitignore Updated .gitignore 2011-09-04 06:04:00 -07:00
tvm.c Refactor with a consistent coding style 2016-08-28 20:31:12 -07:00
tvm_file.c Refactor with a consistent coding style 2016-08-28 20:31:12 -07:00
tvm_htab.c Refactor with a consistent coding style 2016-08-28 20:31:12 -07:00
tvm_lexer.c Refactor with a consistent coding style 2016-08-28 20:31:12 -07:00
tvm_memory.c Refactor with a consistent coding style 2016-08-28 20:31:12 -07:00
tvm_parser.c Refactor with a consistent coding style 2016-08-28 20:31:12 -07:00
tvm_preprocessor.c Refactor with a consistent coding style 2016-08-28 20:31:12 -07:00
tvm_program.c Refactor with a consistent coding style 2016-08-28 20:31:12 -07:00