devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ce04ff02cfd0d95080fee28ec601b5bfa4ca1d62
commit ce04ff02cfd0d95080fee28ec601b5bfa4ca1d62 Author: Christopher Michael <[email protected]> Date: Mon May 18 11:26:34 2020 -0400 elput: Fix formatting NB: No functional changes --- src/lib/elput/Elput.h | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/lib/elput/Elput.h b/src/lib/elput/Elput.h index eb9e0a15db..7a05f8e795 100644 --- a/src/lib/elput/Elput.h +++ b/src/lib/elput/Elput.h @@ -2,22 +2,21 @@ # define _ELPUT_H # ifdef EFL_BETA_API_SUPPORT -# include <Eina.h> +# include <Eina.h> -# ifdef EAPI -# undef EAPI -# endif +# ifdef EAPI +# undef EAPI +# endif -# ifdef __GNUC__ -# if __GNUC__ >= 4 -# define EAPI __attribute__ ((visibility("default"))) +# ifdef __GNUC__ +# if __GNUC__ >= 4 +# define EAPI __attribute__ ((visibility("default"))) +# else +# define EAPI +# endif # else # define EAPI # endif -# else -# define EAPI -# endif - typedef enum { --
