mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 05:46:51 +08:00
Remove useless empty lines
This commit is contained in:
@@ -62,7 +62,6 @@ typedef struct cJSON_Hooks
|
||||
/* Supply malloc, realloc and free functions to cJSON */
|
||||
extern void cJSON_InitHooks(cJSON_Hooks* hooks);
|
||||
|
||||
|
||||
/* Supply a block of JSON, and this returns a cJSON object you can interrogate. Call cJSON_Delete when finished. */
|
||||
extern cJSON *cJSON_Parse(const char *value);
|
||||
/* Render a cJSON entity to text for transfer/storage. Free the char* when finished. */
|
||||
|
Reference in New Issue
Block a user