From: glyn Date: Tue, 27 Jan 2015 20:19:50 +0000 (+0000) Subject: Fix funny indentation X-Git-Url: https://git.8kb.co.uk/?p=postgresql%2Fpg_jsonb_opx;a=commitdiff_plain;h=549cfa88e742fc495596c6ef165e270c677578f4 Fix funny indentation --- diff --git a/jsonb_opx.c b/jsonb_opx.c index 43f3cbf..4442cb4 100755 --- a/jsonb_opx.c +++ b/jsonb_opx.c @@ -59,10 +59,10 @@ jsonb_delete_text(PG_FUNCTION_ARGS) int32 nest_level = 0; int32 array_level = 0; - /* array element variables for use during deconstruction */ - Datum *datums; - bool *nulls; - int32 count; + /* array element variables for use during deconstruction */ + Datum *datums; + bool *nulls; + int32 count; /* individual array values values from incoming text[] */ text *array_element_text;