From 0b44914c21a008bb2f0764672eb6b15310431b3e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 6 May 2014 11:26:27 -0400 Subject: Remove tabs after spaces in C comments This was not changed in HEAD, but will be done later as part of a pgindent run. Future pgindent runs will also do this. Report by Tom Lane Backpatch through all supported branches, but not HEAD --- src/include/access/spgist_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/access/spgist_private.h') diff --git a/src/include/access/spgist_private.h b/src/include/access/spgist_private.h index 5ab982cdedd..4150f7dfec6 100644 --- a/src/include/access/spgist_private.h +++ b/src/include/access/spgist_private.h @@ -184,7 +184,7 @@ typedef struct SpGistCache /* - * SPGiST tuple types. Note: inner, leaf, and dead tuple structs + * SPGiST tuple types. Note: inner, leaf, and dead tuple structs * must have the same tupstate field in the same position! Real inner and * leaf tuples always have tupstate = LIVE; if the state is something else, * use the SpGistDeadTuple struct to inspect the tuple. -- cgit v1.2.3