From 0a42fe0e38c62b0c2d6e1f64ff6077645b2daebf Mon Sep 17 00:00:00 2001 From: Warmist Date: Mon, 2 Sep 2019 19:50:00 +0300 Subject: [PATCH] Delete trailing whitespace --- plugins/dwarfmonitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dwarfmonitor.cpp b/plugins/dwarfmonitor.cpp index 13995a83b..fc1679a19 100644 --- a/plugins/dwarfmonitor.cpp +++ b/plugins/dwarfmonitor.cpp @@ -1877,7 +1877,7 @@ static bool set_monitoring_mode(const string &mode, const bool &state) code running that uses these values. So this could use another mutex or just suspend the core while we edit our values. */ - CoreSuspender guard; + CoreSuspender guard; if (mode == "work" || mode == "all") {