From f5195450e48d3b6e81c72df19ee120913031e296 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Thu, 11 Sep 2025 09:10:12 -0400 Subject: [PATCH] Formatting --- smocore/marionette/marionette.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/smocore/marionette/marionette.cpp b/smocore/marionette/marionette.cpp index 003be5d..5b46ae3 100644 --- a/smocore/marionette/marionette.cpp +++ b/smocore/marionette/marionette.cpp @@ -58,10 +58,12 @@ void ComponentThread::marionetteMain(ComponentThread& self) switch (signal) { case SIGINT: - std::cerr << "SIGINT (Ctrl+C) received. Initiating shutdown..." << std::endl; + std::cerr << "SIGINT (Ctrl+C) received. Initiating " + "shutdown..." << '\n'; break; case SIGSEGV: - std::cerr << "FATAL: Segmentation fault detected. Initiating shutdown..." << std::endl; + std::cerr << "FATAL: Segmentation fault detected. " + "Initiating shutdown..." << '\n'; break; default: break;