1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-10-04 23:17:01 +00:00

Remove various instances of ';;'.

This commit is contained in:
Thomas Harte
2024-02-12 14:23:54 -05:00
parent 3d2d9ac45e
commit f14e45f93e
7 changed files with 7 additions and 7 deletions

View File

@@ -110,7 +110,7 @@ template <> bool Reflection::set(Struct &target, const std::string &name, bool v
if(!target_type) return false;
if(*target_type == typeid(bool)) {
target.set(name, &value, offset);;
target.set(name, &value, offset);
}
return false;