From ce04ff02cfd0d95080fee28ec601b5bfa4ca1d62 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Mon, 18 May 2020 11:26:34 -0400 Subject: [PATCH] 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 +# include -# 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 {