christophercrouzet / rexo

Neat single-file cross-platform unit testing framework for C/C++.
The Unlicense
27 stars 6 forks source link

Removed duplicated macro define #2

Closed peterleegolang closed 5 years ago

peterleegolang commented 5 years ago

https://github.com/christophercrouzet/rexo/blob/1f309a1c4df908b14f271fe8a082750c7d30d71e/include/rexo/rexo.h#L462 is a duplicate of line: https://github.com/christophercrouzet/rexo/blob/1f309a1c4df908b14f271fe8a082750c7d30d71e/include/rexo/rexo.h#L47

christophercrouzet commented 5 years ago

Thanks @peterleegolang, nice catch!

Could you please remove one blank line (e.g. line 463), in order to comply to clang-format?

peterleegolang commented 5 years ago

Removed the empty line to comply with: https://github.com/christophercrouzet/rexo/blob/56648fcc543915f292696cfdd9ed280b6c6edcc1/.clang-format#L65

christophercrouzet commented 5 years ago

Perfect, thanks! 👍