]> eyrie.org Git - kerberos/krb5-strength.git/blobdiff - util/macros.h
Update to rra-c-util 10.5
[kerberos/krb5-strength.git] / util / macros.h
index 612a88cf141b85c3aa3e3394e40b479fde3d11db..932674b7bc17d77897091083d733f538d4e45fb0 100644 (file)
 #define ARRAY_END(array)  (&(array)[ARRAY_SIZE(array)])
 
 /* Used to name the elements of the array passed to pipe. */
-#define PIPE_READ  0
-#define PIPE_WRITE 1
+#define PIPE_READ         0
+#define PIPE_WRITE        1
 
 /* Used for unused parameters to silence gcc warnings. */
-#define UNUSED __attribute__((__unused__))
+#define UNUSED            __attribute__((__unused__))
 
 #endif /* UTIL_MACROS_H */