summaryrefslogtreecommitdiff
path: root/src/tags/Tags.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tags/Tags.c')
-rw-r--r--src/tags/Tags.c15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/tags/Tags.c b/src/tags/Tags.c
index f9f80dc..f03516a 100644
--- a/src/tags/Tags.c
+++ b/src/tags/Tags.c
@@ -1,4 +1,4 @@
-/* Tags.c generated by valac 0.36.6, the Vala compiler
+/* Tags.c generated by valac 0.40.4, the Vala compiler
* generated from Tags.vala, do not modify */
/* Copyright 2016 Software Freedom Conservancy Inc.
@@ -7,6 +7,7 @@
* (version 2.1 or later). See the COPYING file in this distribution.
*/
+
#include <glib.h>
#include <glib-object.h>
@@ -19,17 +20,21 @@ void tags_terminate (void);
void tags_sidebar_entry_terminate (void);
-void tags_init (GError** error) {
+void
+tags_init (GError** error)
+{
#line 10 "/home/jens/Source/shotwell/src/tags/Tags.vala"
tags_sidebar_entry_init ();
-#line 26 "Tags.c"
+#line 29 "Tags.c"
}
-void tags_terminate (void) {
+void
+tags_terminate (void)
+{
#line 14 "/home/jens/Source/shotwell/src/tags/Tags.vala"
tags_sidebar_entry_terminate ();
-#line 33 "Tags.c"
+#line 38 "Tags.c"
}