From 6c55334ad9b03006686e2db6c6f6167677a2f510 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Oct 2021 17:40:17 +0200 Subject: Use a blank line at most --- src/egg-macros.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/egg-macros.h') diff --git a/src/egg-macros.h b/src/egg-macros.h index 6e56e2e..5dc4d2e 100644 --- a/src/egg-macros.h +++ b/src/egg-macros.h @@ -88,7 +88,6 @@ type_as_function ## _get_type (void) \ parent_type, parent_type_macro) \ g_type_register_static (parent_type_macro, #type, &object_info, 0) - #define EGG_DEFINE_BOXED_TYPE(TN, t_n) \ EGG_DEFINE_BOXED_TYPE_WITH_CODE(TN, t_n, {}); -- cgit v1.2.1