mirror of https://github.com/mpv-player/mpv
ao_pipewire: fix some stray tabs
This commit is contained in:
parent
b402cc3248
commit
157566904f
|
@ -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)
|
#if !PW_CHECK_VERSION(1, 0, 4)
|
||||||
static uint64_t pw_stream_get_nsec(struct pw_stream *stream)
|
static uint64_t pw_stream_get_nsec(struct pw_stream *stream)
|
||||||
{
|
{
|
||||||
struct timespec ts;
|
struct timespec ts;
|
||||||
clock_gettime(CLOCK_MONOTONIC, &ts);
|
clock_gettime(CLOCK_MONOTONIC, &ts);
|
||||||
return SPA_TIMESPEC_TO_NSEC(&ts);
|
return SPA_TIMESPEC_TO_NSEC(&ts);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue