libs: fix indentation

This commit is contained in:
Tim-Philipp Müller 2017-11-24 09:49:27 +01:00
parent 512cec3dea
commit db3ea93439
2 changed files with 6 additions and 6 deletions

View file

@ -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);
} }