aboutsummaryrefslogtreecommitdiff
path: root/liblogdiag/ld-category-tree-view.h
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-10-25 16:49:23 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-25 18:06:50 +0200
commitbc8ceebef7530b767e9e454f3c5cd6e1749675bd (patch)
treeae63f86facb3bc0dd0223b570131bae5542fb716 /liblogdiag/ld-category-tree-view.h
parentda0a5c43dc53a48a70f4f1a15bce081b87bbe85f (diff)
downloadlogdiag-bc8ceebef7530b767e9e454f3c5cd6e1749675bd.tar.gz
logdiag-bc8ceebef7530b767e9e454f3c5cd6e1749675bd.tar.xz
logdiag-bc8ceebef7530b767e9e454f3c5cd6e1749675bd.zip
Add clang-format configuration, clean up
Diffstat (limited to 'liblogdiag/ld-category-tree-view.h')
-rw-r--r--liblogdiag/ld-category-tree-view.h26
1 files changed, 16 insertions, 10 deletions
diff --git a/liblogdiag/ld-category-tree-view.h b/liblogdiag/ld-category-tree-view.h
index ae51ee4..d4f3d53 100644
--- a/liblogdiag/ld-category-tree-view.h
+++ b/liblogdiag/ld-category-tree-view.h
@@ -15,16 +15,22 @@ G_BEGIN_DECLS
#define LD_TYPE_CATEGORY_TREE_VIEW (ld_category_tree_view_get_type ())
-#define LD_CATEGORY_TREE_VIEW(obj) (G_TYPE_CHECK_INSTANCE_CAST \
- ((obj), LD_TYPE_CATEGORY_TREE_VIEW, LdCategoryTreeView))
-#define LD_CATEGORY_TREE_VIEW_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST \
- ((klass), LD_TYPE_CATEGORY_TREE_VIEW, LdCategoryTreeViewClass))
-#define LD_IS_CATEGORY_TREE_VIEW(obj) (G_TYPE_CHECK_INSTANCE_TYPE \
- ((obj), LD_TYPE_CATEGORY_TREE_VIEW))
-#define LD_IS_CATEGORY_TREE_VIEW_CLASS(klass) (G_TYPE_CHECK_INSTANCE_TYPE \
- ((klass), LD_TYPE_CATEGORY_TREE_VIEW))
-#define LD_CATEGORY_TREE_VIEW_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS \
- ((obj), LD_CATEGORY_TREE_VIEW, LdCategoryTreeViewClass))
+#define LD_CATEGORY_TREE_VIEW(obj) \
+ (G_TYPE_CHECK_INSTANCE_CAST ((obj), \
+ LD_TYPE_CATEGORY_TREE_VIEW, \
+ LdCategoryTreeView))
+#define LD_CATEGORY_TREE_VIEW_CLASS(klass) \
+ (G_TYPE_CHECK_CLASS_CAST ((klass), \
+ LD_TYPE_CATEGORY_TREE_VIEW, \
+ LdCategoryTreeViewClass))
+#define LD_IS_CATEGORY_TREE_VIEW(obj) \
+ (G_TYPE_CHECK_INSTANCE_TYPE ((obj), LD_TYPE_CATEGORY_TREE_VIEW))
+#define LD_IS_CATEGORY_TREE_VIEW_CLASS(klass) \
+ (G_TYPE_CHECK_INSTANCE_TYPE ((klass), LD_TYPE_CATEGORY_TREE_VIEW))
+#define LD_CATEGORY_TREE_VIEW_GET_CLASS(obj) \
+ (G_TYPE_INSTANCE_GET_CLASS ((obj), \
+ LD_CATEGORY_TREE_VIEW, \
+ LdCategoryTreeViewClass))
typedef struct _LdCategoryTreeView LdCategoryTreeView;
typedef struct _LdCategoryTreeViewPrivate LdCategoryTreeViewPrivate;