diff --git a/ATxCommon/SystemChecks.cs b/ATxCommon/SystemChecks.cs
index 7f8231ba8a425a51ef2b755b32d48e6abcb401ff..f5ddebff232592d94e862a8775d7ea7af7caab2a 100644
--- a/ATxCommon/SystemChecks.cs
+++ b/ATxCommon/SystemChecks.cs
@@ -123,7 +123,7 @@ namespace ATxCommon
         /// log, enclosed by square brackets (e.g. [explorer]). If "longFormat" is set to true,
         /// each process name will be printed on a separate line, followed by the title of the
         /// corresponding main window (if existing).</param>
-        public static void LogRunningProcesses(bool longFormat=false) {
+        public static void LogRunningProcesses(bool longFormat = false) {
             if (!Log.IsDebugEnabled)
                 return;