Skip to content

Commit 3d60c0e

Browse files
committed
Reformat C code
Use only autogenerated typedefs for code formatting.
1 parent db4f7c6 commit 3d60c0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pg_stat_monitor.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ typedef enum
352352
PSGM_TRACK_NONE = 0, /* track no statements */
353353
PGSM_TRACK_TOP, /* only top level statements */
354354
PGSM_TRACK_ALL /* all statements, including nested ones */
355-
} PGSMTrackLevel;
355+
} PGSMTrackLevel;
356356
static const struct config_enum_entry track_options[] =
357357
{
358358
{"none", PSGM_TRACK_NONE, false},
@@ -366,7 +366,7 @@ typedef enum
366366
HISTOGRAM_START,
367367
HISTOGRAM_END,
368368
HISTOGRAM_COUNT
369-
} HistogramTimingType;
369+
} HistogramTimingType;
370370

371371
extern int pgsm_max;
372372
extern int pgsm_query_max_len;

0 commit comments

Comments
 (0)