Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitcf05113

Browse 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 atits end, which was inconsistent with all the other things generatedautomatically.Per offline gripe from Nathan Bossart.
1 parentcc32ec2 commitcf05113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp