diff c/asprintf/asprintf.h @ 648:5bd9424a523a

misc: extreme cleanup
author David Demelier <markand@malikania.fr>
date Thu, 04 Oct 2018 21:17:55 +0200
parents b327391f6a62
children
line wrap: on
line diff
--- a/c/asprintf/asprintf.h	Wed Aug 01 14:08:40 2018 +0200
+++ b/c/asprintf/asprintf.h	Thu Oct 04 21:17:55 2018 +0200
@@ -26,9 +26,9 @@
 #endif
 
 #ifdef __GNUC__
-#  define ASPRINTF_FMT(i1, i2)	__attribute__ ((format (printf, i1, i2)))
+#	define ASPRINTF_FMT(i1, i2)	__attribute__ ((format (printf, i1, i2)))
 #else
-#  define ASPRINTF_FMT(i1, i2)
+#	define ASPRINTF_FMT(i1, i2)
 #endif
 
 int