mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-13 18:16:35 +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*
|
void*
|
||||||
PBD::Thread::_run (void* arg) {
|
PBD::Thread::_run (void* arg)
|
||||||
|
{
|
||||||
PBD::Thread* self = static_cast<PBD::Thread *>(arg);
|
PBD::Thread* self = static_cast<PBD::Thread *>(arg);
|
||||||
if (!self->_name.empty ()) {
|
if (!self->_name.empty ()) {
|
||||||
pthread_set_name (self->_name.c_str ());
|
pthread_set_name (self->_name.c_str ());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue