Update src/common/ to coding conventions
As per coding conventions, I am editing the files to the best of my knowledge. This is simple, but the code hasn't been updated to convention. This PR is specifically for src/common/ in the code. The only file to update was src/common/RemotePluginBase.cpp. The plan is to create additional branches and PRs for different sets of files as I go along. This way, everything won't be in one huge PR (overwhelming), but also there won't be a PR for each file (overwhelming). Hoping to work through as many files as possible.
In this PR only one file (RemotePluginBase.cpp) has been modified, because this is my first style update, and I know less enough about C++ that it would be useful to check I haven't missed anything (or got confused) for just this one.
@DomClark said he was working on a vst refactor, which means there's a high possibility that this file might get deleted in the future.
That said, you can touch the core with the styling changes. For gui, i see little scope, as they are "core" guidelines.
That said, you can touch the core with the styling changes. For gui, i see little scope, as they are "core" guidelines.
You're confusing words. The coding conventions are not "core" guidelines, they are guidelines for all code in the repository.
You're confusing words. The coding conventions are not "core" guidelines, they are guidelines for all code in the repository.
Oops, mb.