Formatting

This commit is contained in:
2025-09-11 09:10:12 -04:00
parent b4102e6ee1
commit f5195450e4
+4 -2
View File
@@ -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;