mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 10:55:34 +00:00
libs: fix indentation
This commit is contained in:
parent
512cec3dea
commit
db3ea93439
2 changed files with 6 additions and 6 deletions
|
@ -298,7 +298,7 @@ ptp_pending_sync_free (PtpPendingSync * sync)
|
|||
{
|
||||
if (sync->timeout_source) {
|
||||
g_source_destroy (sync->timeout_source);
|
||||
g_source_unref(sync->timeout_source);
|
||||
g_source_unref (sync->timeout_source);
|
||||
}
|
||||
g_free (sync);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue