From 810d2ac73afb1f12451189561d0a69cb406237f4 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 2 Aug 2019 13:21:15 +0200 Subject: Unify XML empty-element spacing Signed-off-by: Simon Rozman --- installer/installer.wixproj | 20 ++++++++++---------- installer/installer.wxs | 18 +++++++++--------- wintun.proj | 44 ++++++++++++++++++++++---------------------- 3 files changed, 41 insertions(+), 41 deletions(-) diff --git a/installer/installer.wixproj b/installer/installer.wixproj index 69b40a6..90c7964 100644 --- a/installer/installer.wixproj +++ b/installer/installer.wixproj @@ -18,7 +18,7 @@ false - + ..\$(WintunPlatform)\$(Configuration)\ @@ -37,26 +37,26 @@ - + - - - + + + - + - + $(DefineConstants);INSTALLER_LIBRARY_HASH=@(InstallerLibraryHash->Metadata('FileHash'));INSTALLER_LIBRARY_TIME=$([System.IO.File]::GetLastWriteTime('$(IntermediateOutputPath)installer.dll').Ticks) - + $(TestCertificate) $(ProductionCertificate) @@ -68,9 +68,9 @@ Inputs="$(TargetPath)" Outputs="$(IntermediateOutputPath)$(TargetName).sign"> - + - + diff --git a/installer/installer.wxs b/installer/installer.wxs index f5627dd..dd2f1c8 100644 --- a/installer/installer.wxs +++ b/installer/installer.wxs @@ -13,7 +13,7 @@ InstallerVersion="200" InstallPrivileges="elevated" InstallScope="perMachine" - ReadOnly="yes"/> + ReadOnly="yes" /> @@ -22,24 +22,24 @@ Key="SOFTWARE\Wintun" Type="integer" Value="1" - KeyPath="yes"/> + KeyPath="yes" /> - - - + + + - + - - + + - + diff --git a/wintun.proj b/wintun.proj index 256153c..04ff4da 100644 --- a/wintun.proj +++ b/wintun.proj @@ -9,20 +9,20 @@ - - + + - - + + - - - - - - + + + + + + - + - + - + - + - + - + - + - + -- cgit v1.2.3-59-g8ed1b