mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
Whitespace cleanup: Fix broken indentation by hand
This patch fixes wrong indentation introduced by the last patch. This was mostly done with vim-s retab feature.
This commit is contained in:
parent
aab63a3499
commit
5e11ea06ef
12 changed files with 84 additions and 84 deletions
|
|
@ -48,18 +48,18 @@ PA_MODULE_USAGE(
|
|||
#define JACK_INTERFACE_NAME "org.jackaudio.JackControl"
|
||||
#define JACK_INTERFACE_PATH "/org/jackaudio/Controller"
|
||||
|
||||
#define SERVICE_FILTER \
|
||||
"type='signal'," \
|
||||
"sender='" DBUS_SERVICE_DBUS "'," \
|
||||
"interface='" DBUS_INTERFACE_DBUS "'," \
|
||||
"member='NameOwnerChanged'," \
|
||||
"arg0='" JACK_SERVICE_NAME "'"
|
||||
#define SERVICE_FILTER \
|
||||
"type='signal'," \
|
||||
"sender='" DBUS_SERVICE_DBUS "'," \
|
||||
"interface='" DBUS_INTERFACE_DBUS "'," \
|
||||
"member='NameOwnerChanged'," \
|
||||
"arg0='" JACK_SERVICE_NAME "'"
|
||||
|
||||
#define RUNNING_FILTER(_a) \
|
||||
"type='signal'," \
|
||||
"sender='" JACK_SERVICE_NAME "'," \
|
||||
"interface='" JACK_INTERFACE_NAME "'," \
|
||||
"member='" _a "'"
|
||||
#define RUNNING_FILTER(_a) \
|
||||
"type='signal'," \
|
||||
"sender='" JACK_SERVICE_NAME "'," \
|
||||
"interface='" JACK_INTERFACE_NAME "'," \
|
||||
"member='" _a "'"
|
||||
|
||||
static const char* const valid_modargs[] = {
|
||||
"channels",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue