mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-14 21:41:06 -05:00
cmJSONHelpers.h: Add some empty lines to split code blocks
This commit is contained in:
@@ -34,9 +34,11 @@ enum ObjectError
|
||||
ExtraField,
|
||||
MissingRequired
|
||||
};
|
||||
|
||||
using ErrorGenerator = std::function<void(const Json::Value*, cmJSONState*)>;
|
||||
using ObjectErrorGenerator =
|
||||
std::function<ErrorGenerator(ObjectError, const Json::Value::Members&)>;
|
||||
|
||||
ErrorGenerator EXPECTED_TYPE(const std::string& type);
|
||||
|
||||
void INVALID_STRING(const Json::Value* value, cmJSONState* state);
|
||||
|
||||
Reference in New Issue
Block a user