summaryrefslogtreecommitdiff
path: root/src/ostree/ot-admin-functions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ostree/ot-admin-functions.c')
-rw-r--r--src/ostree/ot-admin-functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/ot-admin-functions.c b/src/ostree/ot-admin-functions.c
index e2309f6e..8c7cd135 100644
--- a/src/ostree/ot-admin-functions.c
+++ b/src/ostree/ot-admin-functions.c
@@ -84,7 +84,7 @@ ot_admin_get_indexed_deployment (OstreeSysroot *sysroot,
current_deployments->len);
return NULL;
}
-
+
return g_object_ref (current_deployments->pdata[index]);
}