mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05:57:00 -04:00
Cleanup: indentation of public/protected/private keywords
This commit is contained in:
@@ -19,7 +19,7 @@ String spec_sort(const String& spec, String& input, String& ret);
|
||||
|
||||
/// Iterator over a sort specification (for spec_sort)
|
||||
class SpecIterator {
|
||||
public:
|
||||
public:
|
||||
SpecIterator(const String& spec, size_t pos = 0)
|
||||
: spec(spec), pos(pos)
|
||||
{}
|
||||
@@ -105,7 +105,7 @@ class SpecIterator {
|
||||
return false;
|
||||
}
|
||||
|
||||
private:
|
||||
private:
|
||||
const String& spec;
|
||||
size_t pos;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user