Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

+1-1
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)