aboutsummaryrefslogtreecommitdiff
path: root/src/include/common/parse_manifest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/common/parse_manifest.h')
-rw-r--r--src/include/common/parse_manifest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/common/parse_manifest.h b/src/include/common/parse_manifest.h
index 1b8bc447e44..607db25a3a6 100644
--- a/src/include/common/parse_manifest.h
+++ b/src/include/common/parse_manifest.h
@@ -50,8 +50,8 @@ struct JsonManifestParseContext
extern void json_parse_manifest(JsonManifestParseContext *context,
const char *buffer, size_t size);
extern JsonManifestParseIncrementalState *json_parse_manifest_incremental_init(JsonManifestParseContext *context);
-extern void json_parse_manifest_incremental_chunk(
- JsonManifestParseIncrementalState *incstate, const char *chunk, size_t size,
+extern void json_parse_manifest_incremental_chunk(JsonManifestParseIncrementalState *incstate,
+ const char *chunk, size_t size,
bool is_last);
extern void json_parse_manifest_incremental_shutdown(JsonManifestParseIncrementalState *incstate);