mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
pipewire: module-rt: fix function brace style
This commit is contained in:
parent
7eb98a31bb
commit
3b4f37ac92
1 changed files with 2 additions and 1 deletions
|
|
@ -1023,7 +1023,8 @@ static int do_rtkit_setup(struct spa_loop *loop, bool async, uint32_t seq,
|
|||
}
|
||||
#endif /* HAVE_DBUS */
|
||||
|
||||
static int set_uclamp(int uclamp_min, int uclamp_max, pid_t pid) {
|
||||
static int set_uclamp(int uclamp_min, int uclamp_max, pid_t pid)
|
||||
{
|
||||
#ifdef __linux__
|
||||
int ret;
|
||||
struct sched_attr {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue