lairworks / nas2d-core

NAS2D is an open source, object oriented 2D game development framework written in portable C++.
http://nas2d.lairworks.com
zlib License
10 stars 5 forks source link

Update format of headers #1075

Closed DanRStevens closed 1 year ago

DanRStevens commented 1 year ago

Reference: #893

This updates remaining header files with code style differences from what the .clang-format file recommends. These are the files found and updated by the command make format. Note that this make target ignores the Xml code, and does not process .cpp files. I think that may have been an error with the filtering options used with the find command.