summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-repo-os.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libostree/ostree-repo-os.h')
-rw-r--r--src/libostree/ostree-repo-os.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libostree/ostree-repo-os.h b/src/libostree/ostree-repo-os.h
index 30c54c1a..28963eeb 100644
--- a/src/libostree/ostree-repo-os.h
+++ b/src/libostree/ostree-repo-os.h
@@ -17,9 +17,9 @@
#pragma once
-#include <sys/stat.h>
#include <gio/gio.h>
#include <ostree-types.h>
+#include <sys/stat.h>
G_BEGIN_DECLS
@@ -39,7 +39,7 @@ G_BEGIN_DECLS
#define OSTREE_METADATA_KEY_LINUX "ostree.linux"
_OSTREE_PUBLIC
-gboolean
-ostree_commit_metadata_for_bootable (GFile *root, GVariantDict *dict, GCancellable *cancellable, GError **error);
+gboolean ostree_commit_metadata_for_bootable (GFile *root, GVariantDict *dict,
+ GCancellable *cancellable, GError **error);
G_END_DECLS