From 17de44e99b801c7abf85dc73a5e5fba8f497d63c Mon Sep 17 00:00:00 2001 From: Alex Turbov Date: Wed, 14 Aug 2024 19:38:31 +0400 Subject: cmJSONHelpers.h: Add some empty lines to split code blocks --- Source/cmJSONHelpers.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/cmJSONHelpers.h b/Source/cmJSONHelpers.h index ef94c14..0bb32f4 100644 --- a/Source/cmJSONHelpers.h +++ b/Source/cmJSONHelpers.h @@ -34,9 +34,11 @@ enum ObjectError ExtraField, MissingRequired }; + using ErrorGenerator = std::function; using ObjectErrorGenerator = std::function; + ErrorGenerator EXPECTED_TYPE(const std::string& type); void INVALID_STRING(const Json::Value* value, cmJSONState* state); -- cgit v0.12