From 2a5db3d7bb66c4bd5a824058252f12b57f448917 Mon Sep 17 00:00:00 2001 From: NextTurn <45985406+NextTurn@users.noreply.github.com> Date: Wed, 29 Jul 2020 00:00:00 +0800 Subject: [PATCH] Remove trailing spaces --- samples/sample-complete.xml | 74 +++++++++++++-------------- samples/sample-minimal.xml | 8 +-- src/WinSW.Tests/ServiceConfigTests.cs | 2 +- 3 files changed, 42 insertions(+), 42 deletions(-) diff --git a/samples/sample-complete.xml b/samples/sample-complete.xml index 40c39a7..b163bb5 100644 --- a/samples/sample-complete.xml +++ b/samples/sample-complete.xml @@ -27,16 +27,16 @@ This is a sample configuration of the Windows Service Wrapper. This configuration file should be placed near the WinSW executable, the name should be the same. E.g. for myapp.exe the configuration file name should be myapp.xml - + You can find more information about configuration options here: https://github.com/winsw/winsw/blob/master/docs/xml-config-file.md --> - - - + myapp @@ -49,7 +49,7 @@ All options in other sections are optional - + %BASE%\myExecutable.exe @@ -71,7 +71,7 @@ Their modification will not take affect without the service re-installation. true --> - + - + - @@ -112,7 +112,7 @@ SECTION: Executable management -classpath c:\cygwin\home\kohsuke\ws\hello-world\out\production\hello-world test.Main --> - - + - + Normal - - 15 sec - - - - - Automatic - + - - @@ -190,7 +190,7 @@ SECTION: Service management Eventlog W32Time --> - + - - - + @@ -233,7 +233,7 @@ SECTION:Logging --> - + @@ -254,7 +254,7 @@ SECTION: Environment setup --> - - + - + - + myapp - + %BASE%\myExecutable.exe diff --git a/src/WinSW.Tests/ServiceConfigTests.cs b/src/WinSW.Tests/ServiceConfigTests.cs index 3f9fd7a..8c5ab05 100644 --- a/src/WinSW.Tests/ServiceConfigTests.cs +++ b/src/WinSW.Tests/ServiceConfigTests.cs @@ -17,7 +17,7 @@ namespace WinSW.Tests private const string AllowServiceAccountLogonRight = "true"; private readonly ITestOutputHelper output; - + private XmlServiceConfig extendedServiceConfig; public ServiceConfigTests(ITestOutputHelper output)