mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05: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 */
|
#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__
|
#ifdef __linux__
|
||||||
int ret;
|
int ret;
|
||||||
struct sched_attr {
|
struct sched_attr {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue