aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar CodaFi <devteam.codafi@gmail.com>2014-02-22 13:15:27 -0700
committerGravatar CodaFi <devteam.codafi@gmail.com>2014-02-22 13:15:27 -0700
commit3bfa1104dee6dd16ba23ca18062ad8c62d73fa9c (patch)
treeccf6668a454774c7a74d5aa498fbaf672fa8a6e0 /tests
parentfb06d5133a88f80daed1a7d1bea00f558446f2ae (diff)
Conformant header guards
Fixes #606
Diffstat (limited to 'tests')
-rw-r--r--tests/test-all.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/test-all.h b/tests/test-all.h
index 6239f2f5..bfe6bae7 100644
--- a/tests/test-all.h
+++ b/tests/test-all.h
@@ -6,8 +6,9 @@
// Copyright (c) 2013 MailCore. All rights reserved.
//
-#ifndef __MAILCORE_TEST_ALL_H_
-#define __MAILCORE_TEST_ALL_H_
+#ifndef MAILCORE_TEST_ALL_H
+
+#define MAILCORE_TEST_ALL_H
#include <MailCore/MailCore.h>