NO-OP: newline/whitespace/brace

This commit is contained in:
Paul Davis 2025-04-20 20:52:17 -06:00
parent dd0de15269
commit 02aeb3895f

View file

@ -574,7 +574,8 @@ PBD::Thread::Thread (std::function<void ()> const& slot, std::string const& name
}
void*
PBD::Thread::_run (void* arg) {
PBD::Thread::_run (void* arg)
{
PBD::Thread* self = static_cast<PBD::Thread *>(arg);
if (!self->_name.empty ()) {
pthread_set_name (self->_name.c_str ());