From 9439a62d94ffc0843591d9b3eae463814ef7f52f Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 11 Dec 2020 16:56:46 +0100 Subject: [PATCH] Fix formatting --- src/plugin/bridges/common.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugin/bridges/common.h b/src/plugin/bridges/common.h index 6df18c44..32f5ea2e 100644 --- a/src/plugin/bridges/common.h +++ b/src/plugin/bridges/common.h @@ -228,8 +228,7 @@ class PluginBridge { if (!plugin_host->running()) { generic_logger.log( "The Wine host process has exited unexpectedly. Check " - "the " - "output above for more information."); + "the output above for more information."); std::terminate(); }