Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cf05113

Browse filesBrowse files
committed
Add newline at the end of header generated by generate-wait_event_types.pl
The header file wait_event_types.h was generated without a newline at its end, which was inconsistent with all the other things generated automatically. Per offline gripe from Nathan Bossart.
1 parent cc32ec2 commit cf05113
Copy full SHA for cf05113

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/backend/utils/activity/generate-wait_event_types.pl

Copy file name to clipboardExpand all lines: src/backend/utils/activity/generate-wait_event_types.pl
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
printf $c "}\n\n";
186186
}
187187

188-
printf $h "#endif /* WAIT_EVENT_TYPES_H */";
188+
printf $h "#endif /* WAIT_EVENT_TYPES_H */\n";
189189
close $h;
190190
close $c;
191191

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.