From 4bc424b968058c7f0aa685821d7039e86faac99c Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Thu, 9 Jun 2016 18:02:36 -0400 Subject: pgindent run for 9.6 --- src/include/utils/jsonapi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/utils/jsonapi.h') diff --git a/src/include/utils/jsonapi.h b/src/include/utils/jsonapi.h index 46ab8dd11d0..b041fa4ed39 100644 --- a/src/include/utils/jsonapi.h +++ b/src/include/utils/jsonapi.h @@ -108,7 +108,7 @@ extern void pg_parse_json(JsonLexContext *lex, JsonSemAction *sem); * number of elements in passed array lex context. It should be called from an * array_start action. */ -extern int json_count_array_elements(JsonLexContext *lex); +extern int json_count_array_elements(JsonLexContext *lex); /* * constructors for JsonLexContext, with or without strval element. -- cgit v1.2.3