summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-impl-system-generator.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-08-05 15:20:04 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2017-08-07 17:42:32 +0000
commit6d861dd92d8dad7a38625daed8d28d72752636b2 (patch)
tree69790704df58a135a8eecf21924759486b976ce3 /src/libostree/ostree-impl-system-generator.c
parent48f8f329211fd6647b0c9bd0b72d494e8701a0fb (diff)
downloadostree-6d861dd92d8dad7a38625daed8d28d72752636b2.tar.gz
tree-wide: Remove trailing semicolon from autoptr declarations
It confuses `g-ir-scanner`, and isn't necessary. Closes: #1056 Approved by: pwithnall
Diffstat (limited to 'src/libostree/ostree-impl-system-generator.c')
-rw-r--r--src/libostree/ostree-impl-system-generator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libostree/ostree-impl-system-generator.c b/src/libostree/ostree-impl-system-generator.c
index d64c8a27..ed2bb97c 100644
--- a/src/libostree/ostree-impl-system-generator.c
+++ b/src/libostree/ostree-impl-system-generator.c
@@ -36,7 +36,7 @@
#ifdef HAVE_LIBMOUNT
typedef FILE OtLibMountFile;
-G_DEFINE_AUTOPTR_CLEANUP_FUNC(OtLibMountFile, endmntent);
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(OtLibMountFile, endmntent)
/* Taken from systemd path-util.c */
static bool