Skip to content

Commit deb89bc

Browse files
committed
Fix spacing
1 parent 31ea91b commit deb89bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pg_show_plans.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ typedef struct pgspEntry /* Hash table entry. */
5252

5353
typedef struct pgspSharedState /* Shared state of the extension. */
5454
{
55-
LWLock *lock; /* Protects shared hash table. */
56-
bool is_enabled; /* Enables or disables the extension. */
57-
int plan_format;
55+
LWLock *lock; /* Protects shared hash table. */
56+
bool is_enabled; /* Enables or disables the extension. */
57+
int plan_format;
5858
} pgspSharedState;
5959

6060
typedef struct pgspCtx { /* Used as `funcctx->user_fctx` in pg_show_plans(). */

0 commit comments

Comments
 (0)