Fix indentation to match existing code style

This commit is contained in:
Sahil Sinha 2025-06-19 20:13:06 +05:30
parent c4b489e2f8
commit f8853db7de

View File

@ -260,6 +260,7 @@ union {
detail::custom_scan_arg<Context> custom_;
// TODO: more types
};
template <typename T>
static void scan_custom_arg(void* arg, scan_parse_context& parse_ctx,
Context& ctx) {