Skip to content
Snippets Groups Projects
Commit 63a95aec authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Whitespace / formatting fix

parent 746c7188
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,7 @@ namespace ATxCommon ...@@ -123,7 +123,7 @@ namespace ATxCommon
/// log, enclosed by square brackets (e.g. [explorer]). If "longFormat" is set to true, /// 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 /// each process name will be printed on a separate line, followed by the title of the
/// corresponding main window (if existing).</param> /// corresponding main window (if existing).</param>
public static void LogRunningProcesses(bool longFormat=false) { public static void LogRunningProcesses(bool longFormat = false) {
if (!Log.IsDebugEnabled) if (!Log.IsDebugEnabled)
return; return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment