chr1shr / voro

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

Fix misleading indentation warnings. #2

Closed bdice closed 5 years ago

bdice commented 5 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!