summaryrefslogtreecommitdiffstats
path: root/src/utils/pacmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/pacmd.c')
-rw-r--r--src/utils/pacmd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/utils/pacmd.c b/src/utils/pacmd.c
index 143a948d..4d07c4c2 100644
--- a/src/utils/pacmd.c
+++ b/src/utils/pacmd.c
@@ -44,8 +44,7 @@
#include <pulsecore/pid.h>
int main(int argc, char*argv[]) {
-
- pid_t pid ;
+ pid_t pid;
int fd = -1;
int ret = 1, i;
struct sockaddr_un sa;