mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-19 19:16:34 +00:00
Take another big swing at indentation, some consts.
This commit is contained in:
@@ -435,11 +435,11 @@ struct ArrayReceiver: public Reflection::Struct {
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
private:
|
||||
Reflection::Struct *target_;
|
||||
const std::type_info *type_;
|
||||
std::string key_;
|
||||
size_t count_;
|
||||
private:
|
||||
Reflection::Struct *target_;
|
||||
const std::type_info *type_;
|
||||
std::string key_;
|
||||
size_t count_;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user