mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	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.
This commit is contained in:
		@@ -185,7 +185,7 @@ if ($gen_code)
 | 
				
			|||||||
		printf $c "}\n\n";
 | 
							printf $c "}\n\n";
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	printf $h "#endif                          /* WAIT_EVENT_TYPES_H */";
 | 
						printf $h "#endif                          /* WAIT_EVENT_TYPES_H */\n";
 | 
				
			||||||
	close $h;
 | 
						close $h;
 | 
				
			||||||
	close $c;
 | 
						close $c;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user