mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
Cleanup: indentation of public/protected/private keywords
This commit is contained in:
@@ -76,7 +76,7 @@ struct dependency_check : public unary_function<bool, PackagedP> {
|
||||
bool operator () (PackagedP package) {
|
||||
return package->name() == dep->package && package->version >= dep->version;
|
||||
}
|
||||
private:
|
||||
private:
|
||||
PackageDependencyP dep;
|
||||
};
|
||||
|
||||
@@ -268,7 +268,7 @@ DownloadableInstaller::DownloadableInstaller(const InstallerP& installer)
|
||||
|
||||
DownloadableInstaller::~DownloadableInstaller() {
|
||||
if (!installer_file.empty()) {
|
||||
wxRemoveFile(installer_file);
|
||||
remove_file(installer_file);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user