aboutsummaryrefslogtreecommitdiff
path: root/test_conformance/c11_atomics/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'test_conformance/c11_atomics/common.h')
-rw-r--r--test_conformance/c11_atomics/common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test_conformance/c11_atomics/common.h b/test_conformance/c11_atomics/common.h
index 6c7d0b12..37c37e87 100644
--- a/test_conformance/c11_atomics/common.h
+++ b/test_conformance/c11_atomics/common.h
@@ -13,8 +13,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
-#ifndef _COMMON_H_
-#define _COMMON_H_
+#ifndef COMMON_H_
+#define COMMON_H_
#include "harness/testHarness.h"
#include "harness/typeWrappers.h"
@@ -1567,4 +1567,4 @@ int CBasicTest<HostAtomicType, HostDataType>::ExecuteSingleTest(
return 0;
}
-#endif //_COMMON_H_
+#endif // COMMON_H_