From 157566904f28edf8d0bef2c78fb3e67a9b5ea293 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Wed, 19 Jun 2024 23:04:05 -0500 Subject: [PATCH] ao_pipewire: fix some stray tabs --- audio/out/ao_pipewire.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/audio/out/ao_pipewire.c b/audio/out/ao_pipewire.c index 72e610d8a6..486f877a90 100644 --- a/audio/out/ao_pipewire.c +++ b/audio/out/ao_pipewire.c @@ -58,9 +58,9 @@ static inline int pw_stream_get_time_n(struct pw_stream *stream, struct pw_time #if !PW_CHECK_VERSION(1, 0, 4) static uint64_t pw_stream_get_nsec(struct pw_stream *stream) { - struct timespec ts; - clock_gettime(CLOCK_MONOTONIC, &ts); - return SPA_TIMESPEC_TO_NSEC(&ts); + struct timespec ts; + clock_gettime(CLOCK_MONOTONIC, &ts); + return SPA_TIMESPEC_TO_NSEC(&ts); } #endif