aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objc/utils/NSError+MCO.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objc/utils/NSError+MCO.h')
-rw-r--r--src/objc/utils/NSError+MCO.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objc/utils/NSError+MCO.h b/src/objc/utils/NSError+MCO.h
index baf48f45..d71b3135 100644
--- a/src/objc/utils/NSError+MCO.h
+++ b/src/objc/utils/NSError+MCO.h
@@ -12,7 +12,7 @@
@interface NSError (MCO)
#ifdef __cplusplus
-+ (NSError *)mco_errorWithErrorCode:(mailcore::ErrorCode)code;
++ (NSError *) mco_errorWithErrorCode:(mailcore::ErrorCode)code;
#endif
@end