mirror of
https://github.com/postgres/postgres.git
synced 2025-09-09 13:09:39 +03:00
Clean up newlines following left parentheses
Most came in during the 17 cycle, so backpatch there. Some (particularly reorderbuffer.h) are very old, but backpatching doesn't seem useful. Like commitsc9d2977519
,c4f113e8fe
.
This commit is contained in:
@@ -182,9 +182,8 @@ json_parse_manifest_incremental_shutdown(JsonManifestParseIncrementalState *incs
|
||||
*/
|
||||
|
||||
void
|
||||
json_parse_manifest_incremental_chunk(
|
||||
JsonManifestParseIncrementalState *incstate, const char *chunk, size_t size,
|
||||
bool is_last)
|
||||
json_parse_manifest_incremental_chunk(JsonManifestParseIncrementalState *incstate,
|
||||
const char *chunk, size_t size, bool is_last)
|
||||
{
|
||||
JsonParseErrorType res,
|
||||
expected;
|
||||
|
Reference in New Issue
Block a user