ao_pipewire: fix some stray tabs

This commit is contained in:
Dudemanguy 2024-06-19 23:04:05 -05:00
parent b402cc3248
commit 157566904f
1 changed files with 3 additions and 3 deletions

View File

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