Hi all,
I ran astyle against all the code, using the following command:
astyle --style=kr -t *.hh *.cc
Everything still builds, although there may be some braces miss-aligned
in some inline functions. I noticed some lines like this:
blah() {}
rather than this:
blah() {
}
I have tagged the archive prior to this change just in case we need to
revert it.
Hope this is okay,
Phil
|