Skip to content

Commit eaaf5da

Browse files
committed
Code alignment fix.
1 parent 688e5ee commit eaaf5da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonb_vodka_ops.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ typedef struct
3131
int count, total;
3232
} Entries;
3333

34-
#define JSONB_VODKA_FLAG_VALUE 0x01
34+
#define JSONB_VODKA_FLAG_VALUE 0x01
3535

3636
#define JSONB_VODKA_FLAG_NULL 0x00
3737
#define JSONB_VODKA_FLAG_STRING 0x02
@@ -43,7 +43,7 @@ typedef struct
4343
#define JSONB_VODKA_FLAG_TRUE 0x10
4444
#define JSONB_VODKA_FLAG_NAN 0x10
4545

46-
#define JSONB_VODKA_FLAG_ARRAY 0x02
46+
#define JSONB_VODKA_FLAG_ARRAY 0x02
4747

4848
PG_FUNCTION_INFO_V1(vodkajsonbconfig);
4949
PG_FUNCTION_INFO_V1(vodkajsonbextract);

0 commit comments

Comments
 (0)