summaryrefslogtreecommitdiffstats
path: root/typewrappers.h
diff options
context:
space:
mode:
Diffstat (limited to 'typewrappers.h')
-rw-r--r--typewrappers.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/typewrappers.h b/typewrappers.h
index dadcdd4..8e1998e 100644
--- a/typewrappers.h
+++ b/typewrappers.h
@@ -11,14 +11,14 @@
#include "libvirt/virterror.h"
#ifdef __GNUC__
-#ifdef ATTRIBUTE_UNUSED
-#undef ATTRIBUTE_UNUSED
-#endif
-#ifndef ATTRIBUTE_UNUSED
-#define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
-#endif /* ATTRIBUTE_UNUSED */
+# ifdef ATTRIBUTE_UNUSED
+# undef ATTRIBUTE_UNUSED
+# endif
+# ifndef ATTRIBUTE_UNUSED
+# define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
+# endif /* ATTRIBUTE_UNUSED */
#else
-#define ATTRIBUTE_UNUSED
+# define ATTRIBUTE_UNUSED
#endif
#define PyvirConnect_Get(v) (((v) == Py_None) ? NULL : \