summaryrefslogtreecommitdiff
path: root/vcard_emul.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 /vcard_emul.h
parentc0aa647f37f029f52a15f81587701eab44e7c438 (diff)
checkpatch.pl - identical to v20 proposal on qemu-develHEADmaster
Diffstat (limited to 'vcard_emul.h')
-rw-r--r--vcard_emul.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcard_emul.h b/vcard_emul.h
index 05fb57e..766f08d 100644
--- a/vcard_emul.h
+++ b/vcard_emul.h
@@ -18,7 +18,7 @@
* types
*/
typedef enum {
- VCARD_EMUL_OK =0,
+ VCARD_EMUL_OK = 0,
VCARD_EMUL_FAIL,
/* return values by vcard_emul_init */
VCARD_EMUL_INIT_ALREADY_INITED,