From c4c8a356ffba2118ad1115d9bb62f8b7b74cceac Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Mon, 23 Jul 2018 14:11:39 +0200
Subject: [PATCH] Comments and whitespace only

---
 ATxService/AutoTx.cs | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/ATxService/AutoTx.cs b/ATxService/AutoTx.cs
index ecc016a..80e7f6d 100644
--- a/ATxService/AutoTx.cs
+++ b/ATxService/AutoTx.cs
@@ -324,13 +324,12 @@ namespace ATxService
             // terminate the service process if necessary:
             if (configInvalid) throw new Exception("Invalid config, check log file!");
 
-
-            // check the clean-shutdown status and send a notification if it was not true,
+            // now check the clean-shutdown status and send a notification if it was not true,
             // then set it to false while the service is running until it is properly
             // shut down via the OnStop() method:
             if (_status.CleanShutdown == false) {
                 Log.Error("WARNING: {0} was not shut down properly last time!\n\nThis could " +
-                    "indicate the computer has crashed or was forcefully shut off.", ServiceName);
+                          "indicate the computer has crashed or was forcefully shut off.", ServiceName);
             }
             _status.CleanShutdown = false;
         }
-- 
GitLab