Replace space-based indents in prototypes with tabs

The previous commit removed the Vim modelines which replaced tabs with
spaces. This commit replaces the space-based indents with tabs.

Tabs are generally more compatible with various user preferences
regarding indentation of code. Using space-based indents is not flexible
regarding user preferences at all.

Signed-off-by: Jason St. John <jstjohn@purdue.edu>
This commit is contained in:
Jason St. John 2012-11-16 18:31:43 -05:00 committed by Allan McRae
parent 1dc3de3f69
commit a9ad5a75f2
3 changed files with 42 additions and 42 deletions