chr1shr / voro

Voro++: a three-dimensional Voronoi cell library in C++
Other
154 stars 44 forks source link

Fix misleading indentation warnings. #2

Closed bdice closed 4 years ago

bdice commented 4 years ago

This PR resolves #1 by inserting newlines in a few locations that had warnings about misleading indentation with GCC 7.

@chr1shr Let me know if there is anything else you'd like me to do on this PR. I didn't see a contributing guide. Thanks!