Skip to content

Commit cf05113

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 at its end, which was inconsistent with all the other things generated automatically. Per offline gripe from Nathan Bossart.
1 parent cc32ec2 commit cf05113

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy