imb / fctx

C unit testing in a header (works for C++ too!).
Other
36 stars 15 forks source link

Minor hygiene #50

Closed RhysU closed 11 years ago

RhysU commented 12 years ago

These three commits replace "if (p) free(p)" with "free(p)", fix spelling, remove tabs, and finally run astyle.