]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/commitdiff
Fix funny indentation
authorglyn <glyn@8kb.co.uk>
Tue, 27 Jan 2015 20:19:50 +0000 (20:19 +0000)
committerglyn <glyn@8kb.co.uk>
Tue, 27 Jan 2015 20:19:50 +0000 (20:19 +0000)
jsonb_opx.c

index 43f3cbf30c36a402d17aadeb4a947cd83d7fe21c..4442cb42df6895fcfc22ff3d81345eb21f9ce8c0 100755 (executable)
@@ -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;