From: Paul Durrant Date: Thu, 23 Mar 2023 16:08:08 +0000 (+0000) Subject: Remove trailing blank lines X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=44bbe489943ed35d512f2d50121cf595dd1e9fbb;p=pvdrivers%2Fwin%2Fxencons.git Remove trailing blank lines Use the following bit of shell to remove a trailing blank line from each file where such exists. echo "$(echo "$(tac $file)" | tac)" > $file Signed-off-by: Paul Durrant --- diff --git a/src/xencons/pdo.c b/src/xencons/pdo.c index 982fe9d..68cccde 100644 --- a/src/xencons/pdo.c +++ b/src/xencons/pdo.c @@ -2103,4 +2103,3 @@ PdoDestroy( IoDeleteDevice(PhysicalDeviceObject); } -