mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Cleanup: indentation of public/protected/private keywords
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
/// A version number
|
||||
struct Version {
|
||||
public:
|
||||
public:
|
||||
Version() : version(0) {}
|
||||
Version(UInt version) : version(version) {}
|
||||
|
||||
@@ -39,7 +39,7 @@ struct Version {
|
||||
/// Convert a string to a version number
|
||||
static Version fromString(const String& version);
|
||||
|
||||
private:
|
||||
private:
|
||||
UInt version; ///< Version number encoded as aabbcc, where a=major, b=minor, c=revision
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user