Skip to content

Commit b2cf2a6

Browse files
author
dmitry
committed
add new lines at the end
1 parent ffd5a67 commit b2cf2a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: pg_wait_sampling.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1186,4 +1186,4 @@ pgws_ProcessUtility(PlannedStmt *pstmt,
11861186
PG_RE_THROW();
11871187
}
11881188
PG_END_TRY();
1189-
}
1189+
}

Diff for: pg_wait_sampling.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ extern bool pgws_should_sample_proc(PGPROC *proc, int *pid_p, uint32 *wait_event
8181
extern void pgws_register_wait_collector(void);
8282
extern PGDLLEXPORT void pgws_collector_main(Datum main_arg);
8383

84-
#endif
84+
#endif

0 commit comments

Comments
 (0)