]> granicus.if.org Git - postgresql/blobdiff - contrib/btree_gist/btree_utils_var.h
Phase 2 of pgindent updates.
[postgresql] / contrib / btree_gist / btree_utils_var.h
index 04a356276bf23b73331f059c3a76e7c393b2fe68..15d847c139456f7ff32d8dc066dccfde9fdc1127 100644 (file)
@@ -40,7 +40,7 @@ typedef struct
        bool            (*f_le) (const void *, const void *, Oid, FmgrInfo *);  /* less equal */
        bool            (*f_lt) (const void *, const void *, Oid, FmgrInfo *);  /* less than */
        int32           (*f_cmp) (const void *, const void *, Oid, FmgrInfo *); /* compare */
-       GBT_VARKEY *(*f_l2n) (GBT_VARKEY *, FmgrInfo *flinfo);          /* convert leaf to node */
+       GBT_VARKEY *(*f_l2n) (GBT_VARKEY *, FmgrInfo *flinfo);  /* convert leaf to node */
 } gbtree_vinfo;