summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--audio/paaudio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/paaudio.c b/audio/paaudio.c
index 1e6f4448ce..c97b22e970 100644
--- a/audio/paaudio.c
+++ b/audio/paaudio.c
@@ -480,7 +480,7 @@ static pa_stream *qpa_simple_new (
     }
 
     if (r < 0) {
-      goto fail;
+        goto fail;
     }
 
     pa_threaded_mainloop_unlock(c->mainloop);