X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fsystemd%2Fsd-daemon.h;h=daa3f4c857946ed81b607a6ed07864b39e04e077;hp=fb7456d50ff0847620a2ae6ac3c91f36cf4f0ae2;hb=d003f514dab2dbf1a66e11800a50aeaf039d036c;hpb=f274ece0f76b5709408821e317e87aef76123db6 diff --git a/src/systemd/sd-daemon.h b/src/systemd/sd-daemon.h index fb7456d50..daa3f4c85 100644 --- a/src/systemd/sd-daemon.h +++ b/src/systemd/sd-daemon.h @@ -68,11 +68,11 @@ extern "C" { */ #ifndef _sd_printf_attr_ -#if __GNUC__ >= 4 -#define _sd_printf_attr_(a,b) __attribute__ ((format (printf, a, b))) -#else -#define _sd_printf_attr_(a,b) -#endif +# if __GNUC__ >= 4 +# define _sd_printf_attr_(a,b) __attribute__ ((format (printf, a, b))) +# else +# define _sd_printf_attr_(a,b) +# endif #endif /*