]> xenbits.xensource.com Git - pvdrivers/win/xennet.git/commitdiff
Remove trailing blank lines
authorPaul Durrant <pdurrant@amazon.com>
Thu, 23 Mar 2023 15:33:31 +0000 (15:33 +0000)
committerPaul Durrant <pdurrant@amazon.com>
Thu, 23 Mar 2023 16:51:51 +0000 (16:51 +0000)
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 <pdurrant@amazon.com>
LICENSE
MAINTAINERS
include/store_interface.h
include/suspend_interface.h

diff --git a/LICENSE b/LICENSE
index c445255ced3c2a904684093146af602b51109c54..6604afc3732225b8cb847eef2354507bdbc41e61 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -28,4 +28,3 @@ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
 SUCH DAMAGE.
-
index 5f1a670baa93e50c82abbaec0ced2f1894a9bf97..cc59618fe54b12bd51b56dbb7d09614221d836e6 100644 (file)
@@ -48,4 +48,3 @@ Maintainers List
 * Ben Chalmers <ben.chalmers@citrix.com>
 
 * Owen Smith <owen.smith@citrix.com>
-
index e6b9bce038605d0e8488457e1aead162031046a8..ca883bd2986214d9567e39e3b0c6a2a5cfc254e2 100644 (file)
@@ -326,4 +326,3 @@ typedef struct _XENBUS_STORE_INTERFACE_V2 XENBUS_STORE_INTERFACE, *PXENBUS_STORE
 #define XENBUS_STORE_INTERFACE_VERSION_MAX  2
 
 #endif  // _XENBUS_STORE_INTERFACE_H
-
index 8d6f40fdaf782a022fe474824ca28584c7755d23..4176dc37ab1f70cae344a7a40121e4a30f48d7b0 100644 (file)
@@ -175,4 +175,3 @@ typedef struct _XENBUS_SUSPEND_INTERFACE_V1 XENBUS_SUSPEND_INTERFACE, *PXENBUS_S
 #define XENBUS_SUSPEND_INTERFACE_VERSION_MAX    1
 
 #endif  // _XENBUS_SUSPEND_INTERFACE_H
-