From cd5a55f9812643109be6c2b0ed5d8f8ce655a4a9 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 16 May 2013 13:06:56 -0400 Subject: em-format cleanups. --- em-format/e-mail-part.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'em-format/e-mail-part.h') diff --git a/em-format/e-mail-part.h b/em-format/e-mail-part.h index 3d59d46087..9131e7fbdb 100644 --- a/em-format/e-mail-part.h +++ b/em-format/e-mail-part.h @@ -16,8 +16,8 @@ * */ -#ifndef E_MAIL_PART_H_ -#define E_MAIL_PART_H_ +#ifndef E_MAIL_PART_H +#define E_MAIL_PART_H #include #include @@ -37,11 +37,11 @@ typedef void (*EMailPartDOMBindFunc) (EMailPart *part, WebKitDOMElement *element); typedef enum { - E_MAIL_PART_VALIDITY_NONE = 0, - E_MAIL_PART_VALIDITY_PGP = 1 << 0, - E_MAIL_PART_VALIDITY_SMIME = 1 << 1, - E_MAIL_PART_VALIDITY_SIGNED = 1 << 2, - E_MAIL_PART_VALIDITY_ENCRYPTED = 1 << 3 + E_MAIL_PART_VALIDITY_NONE = 0, + E_MAIL_PART_VALIDITY_PGP = 1 << 0, + E_MAIL_PART_VALIDITY_SMIME = 1 << 1, + E_MAIL_PART_VALIDITY_SIGNED = 1 << 2, + E_MAIL_PART_VALIDITY_ENCRYPTED = 1 << 3 } EMailPartValidityFlags; typedef struct _EMailPartValidityPair EMailPartValidityPair; @@ -104,4 +104,4 @@ CamelCipherValidity * G_END_DECLS -#endif /* E_MAIL_PART_H_ */ +#endif /* E_MAIL_PART_H */ -- cgit