mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
NO-OP: newline/whitespace/brace
This commit is contained in:
parent
dd0de15269
commit
02aeb3895f
1 changed files with 2 additions and 1 deletions
|
|
@ -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 ());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue