From 2dd12bc666bc3ddfae65f64fd12adabd8fa99f5d Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Mon, 19 Feb 2018 11:52:31 +0100
Subject: [PATCH] Homogenize whitespace / line spacing.

---
 Updater/Update-Service.ps1 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Updater/Update-Service.ps1 b/Updater/Update-Service.ps1
index 4bd8024..c1d6748 100644
--- a/Updater/Update-Service.ps1
+++ b/Updater/Update-Service.ps1
@@ -52,6 +52,7 @@ function ServiceIsBusy {
     }
 }
 
+
 function Stop-TrayApp() {
     try {
         Stop-Process -Name "ATxTray" -Force -ErrorAction Stop
@@ -351,6 +352,7 @@ function Update-ServiceBinaries {
     Return $True
 }
 
+
 function NewServiceBinaries-Available {
     $MarkerFile = "$($UpdPathMarkerFiles)\$($env:COMPUTERNAME)"
     if (Test-Path "$MarkerFile" -Type Leaf) {
-- 
GitLab