summaryrefslogtreecommitdiff
path: root/glib/demo/outline.h
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2020-07-03 23:51:42 +0200
committerAlbert Astals Cid <aacid@kde.org>2020-07-03 23:51:42 +0200
commit814fbda28cc8a37fed3134c2db8da28f86fb5ee0 (patch)
tree77872b408199925ebba6a68b0dccaa0d29274c3f /glib/demo/outline.h
parent0d48722746b9702e219df58ad14cee6184a62bef (diff)
Run clang-format
find . \( -name "*.cpp" -or -name "*.h" -or -name "*.c" -or -name "*.cc" \) -exec clang-format -i {} \; If you reached this file doing a git blame, please see README.contributors (instructions added 2 commits in the future to this one)
Diffstat (limited to 'glib/demo/outline.h')
-rw-r--r--glib/demo/outline.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/glib/demo/outline.h b/glib/demo/outline.h
index 61b8238b..527ae5d5 100644
--- a/glib/demo/outline.h
+++ b/glib/demo/outline.h
@@ -20,12 +20,12 @@
#include <poppler.h>
#ifndef _OUTLINE_H_
-#define _OUTLINE_H_
+# define _OUTLINE_H_
G_BEGIN_DECLS
-GtkWidget *pgd_outline_create_widget (PopplerDocument *document);
+GtkWidget *pgd_outline_create_widget(PopplerDocument *document);
G_END_DECLS
-#endif /* _OUTLINE_H_ */
+#endif /* _OUTLINE_H_ */