mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 18:20:44 +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) {
|
if (sync->timeout_source) {
|
||||||
g_source_destroy (sync->timeout_source);
|
g_source_destroy (sync->timeout_source);
|
||||||
g_source_unref(sync->timeout_source);
|
g_source_unref (sync->timeout_source);
|
||||||
}
|
}
|
||||||
g_free (sync);
|
g_free (sync);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue