]> xenbits.xensource.com Git - pvdrivers/win/xenvbd.git/commit
Remove trailing blank lines
authorPaul Durrant <pdurrant@amazon.com>
Thu, 23 Mar 2023 15:48:29 +0000 (15:48 +0000)
committerPaul Durrant <pdurrant@amazon.com>
Thu, 23 Mar 2023 17:01:33 +0000 (17:01 +0000)
commitc863a0bedc7128f1dd97074718cf2a247c8e9665
tree10623a4be1f9a57ac3bdeace7e64ff5e883a0499
parent37d0476136567a53e69a7b6ad38b6a082d1601a1
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 <pdurrant@amazon.com>
21 files changed:
LICENSE
MAINTAINERS
include/debug_interface.h
include/emulated_interface.h
include/evtchn_interface.h
include/gnttab_interface.h
include/store_interface.h
include/suspend_interface.h
include/xenvbd-ntstrsafe.h
include/xenvbd-storport.h
src/xencrsh/amd64/hypercall.asm
src/xencrsh/assert.h
src/xencrsh/buffer.c
src/xencrsh/frontend.c
src/xencrsh/i386/hypercall.asm
src/xencrsh/pdoinquiry.c
src/xencrsh/pdoinquiry.h
src/xencrsh/queue.c
src/xenvbd/assert.h
src/xenvbd/thread.h
src/xenvbd/types.h