mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
gst: replace tabs with spaces
In general, the GStreamer elements use spaces for indentation. Replace the tabs by spaces.
This commit is contained in:
parent
437b97f160
commit
d5b1ab9db4
7 changed files with 58 additions and 58 deletions
|
|
@ -69,7 +69,7 @@ gst_pipewire_clock_get_internal_time (GstClock * clock)
|
|||
pclock->last_time = result;
|
||||
|
||||
GST_DEBUG ("%"PRId64", %d/%d %"PRId64" %"PRId64,
|
||||
t.ticks, t.rate.num, t.rate.denom, t.now, result);
|
||||
t.ticks, t.rate.num, t.rate.denom, t.now, result);
|
||||
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue