pipewire: module-rt: fix function brace style

This commit is contained in:
Barnabás Pőcze 2025-02-27 18:44:30 +01:00 committed by Wim Taymans
parent 7eb98a31bb
commit 3b4f37ac92

View file

@ -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 {