Remove spaces before line feed

This commit is contained in:
SirLynix
2024-01-25 14:38:06 +01:00
parent fccbaf435c
commit 9ada93b995
64 changed files with 187 additions and 187 deletions

View File

@@ -285,7 +285,7 @@ nlohmann::ordered_json buildClass(const std::string& scope, const cppast::cpp_cl
if (!isPublic)
break;
const auto& memberFunc = static_cast<const cppast::cpp_member_function&>(e);
const auto& memberFunc = static_cast<const cppast::cpp_member_function&>(e);
auto& constructorDoc = classDoc["constructors"].emplace_back();
constructorDoc["name"] = memberFunc.name();