From: Paul Durrant Date: Thu, 23 Mar 2023 15:33:31 +0000 (+0000) Subject: Remove trailing blank lines X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e32a7f88f31de2f16ce31430a3e3a5241d23b5e9;p=pvdrivers%2Fwin%2Fxennet.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/LICENSE b/LICENSE index c445255..6604afc 100644 --- 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. - diff --git a/MAINTAINERS b/MAINTAINERS index 5f1a670..cc59618 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -48,4 +48,3 @@ Maintainers List * Ben Chalmers * Owen Smith - diff --git a/include/store_interface.h b/include/store_interface.h index e6b9bce..ca883bd 100644 --- a/include/store_interface.h +++ b/include/store_interface.h @@ -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 - diff --git a/include/suspend_interface.h b/include/suspend_interface.h index 8d6f40f..4176dc3 100644 --- a/include/suspend_interface.h +++ b/include/suspend_interface.h @@ -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 -