diff options
author | rbuj <[email protected]> | 2021-10-27 17:40:17 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 15:59:33 +0100 |
commit | 6c55334ad9b03006686e2db6c6f6167677a2f510 (patch) | |
tree | b558cc0ad6d97c36b449dbcb2afecb3b9002a565 /src/egg-macros.h | |
parent | 85909393571d91b3c267afe5341e54bfae5a6d50 (diff) | |
download | engrampa-6c55334ad9b03006686e2db6c6f6167677a2f510.tar.bz2 engrampa-6c55334ad9b03006686e2db6c6f6167677a2f510.tar.xz |
Use a blank line at most
Diffstat (limited to 'src/egg-macros.h')
-rw-r--r-- | src/egg-macros.h | 1 |
1 files changed, 0 insertions, 1 deletions
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, {}); |