summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-content-writer.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2023-05-01 14:24:29 -0400
committerColin Walters <walters@verbum.org>2023-05-02 08:42:19 -0400
commit453aed97f688c606622562145fa1f7c10096ba14 (patch)
tree8059e3887665735f14b31a44402d5d578fcdd876 /src/libostree/ostree-content-writer.h
parenta917813bb82b6ec7083da24064439b656971748d (diff)
downloadostree-453aed97f688c606622562145fa1f7c10096ba14.tar.gz
tree-wide: Run clang-format
This is a one-time tree wide reformatting to ensure consistency going forward.
Diffstat (limited to 'src/libostree/ostree-content-writer.h')
-rw-r--r--src/libostree/ostree-content-writer.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/libostree/ostree-content-writer.h b/src/libostree/ostree-content-writer.h
index 219860dd..26a17b7c 100644
--- a/src/libostree/ostree-content-writer.h
+++ b/src/libostree/ostree-content-writer.h
@@ -24,11 +24,12 @@
G_BEGIN_DECLS
#define OSTREE_TYPE_CONTENT_WRITER (ostree_content_writer_get_type ())
-_OSTREE_PUBLIC G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT_WRITER, GOutputStream)
+_OSTREE_PUBLIC
+G_DECLARE_FINAL_TYPE (OstreeContentWriter, ostree_content_writer, OSTREE, CONTENT_WRITER,
+ GOutputStream)
_OSTREE_PUBLIC
-char * ostree_content_writer_finish (OstreeContentWriter *self,
- GCancellable *cancellable,
- GError **error);
+char *ostree_content_writer_finish (OstreeContentWriter *self, GCancellable *cancellable,
+ GError **error);
G_END_DECLS