On Tue, Jun 21, 2022 at 05:09:40PM +0200, Thomas Monjalon wrote: > 20/05/2022 12:12, Tyler Retzlaff: > > @@ -590,4 +588,3 @@ static int uplane_encap_no_integrity(uint32_t sn_size, > > uint8_t dir, > > return n - i; > > }; > > > > -#endif /* !RTE_EXEC_ENV_WINDOWS */ > > When removing the last line of a file, you should remove the blank line > before. > I'll fix when merging. >
this isn't a header so unlikely to be #include in preprocessing so that should be alright. thanks Thomas