From 63a95aecec132e20bc8015e22b13301ddc30a24a Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Thu, 25 Apr 2019 15:19:29 +0200 Subject: [PATCH] Whitespace / formatting fix --- ATxCommon/SystemChecks.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ATxCommon/SystemChecks.cs b/ATxCommon/SystemChecks.cs index 7f8231b..f5ddebf 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; -- GitLab