xoofx / CppAst.NET

CppAst is a .NET library providing a C/C++ parser for header files powered by Clang/libclang with access to the full AST, comments and macros
BSD 2-Clause "Simplified" License
482 stars 63 forks source link

cleaned up whitespace in prep for future pull requests #27

Closed StephenHodgson closed 4 years ago

StephenHodgson commented 4 years ago

Cleaned up trailing whitespace, unused references, and just misc formatting.

First step before submitting PRs to keep the noise down a bit when reviewing.

xoofx commented 4 years ago

Thanks!