summaryrefslogtreecommitdiff
path: root/vcardt.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-02-23 16:50:44 +0200
committerAlon Levy <alevy@redhat.com>2011-02-23 16:50:44 +0200
commit27728857b41643bd1f3003db2827126a3e9234f3 (patch)
treef76d3a670354ec0351df6d7d3875207f2ed3c808 /vcardt.h
parentc0aa647f37f029f52a15f81587701eab44e7c438 (diff)
checkpatch.pl - identical to v20 proposal on qemu-develHEADmaster
Diffstat (limited to 'vcardt.h')
-rw-r--r--vcardt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcardt.h b/vcardt.h
index e371451..8bca16e 100644
--- a/vcardt.h
+++ b/vcardt.h
@@ -12,8 +12,8 @@
#define ASSERT assert
#endif
#ifndef MIN
-#define MIN(x,y) ((x)>(y)?(y):(x))
-#define MAX(x,y) ((x)>(y)?(x):(y))
+#define MIN(x, y) ((x) > (y) ? (y) : (x))
+#define MAX(x, y) ((x) > (y) ? (x) : (y))
#endif
typedef struct VCardStruct VCard;