aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_utils.h
diff options
context:
space:
mode:
authorConstanza Heath <[email protected]>2015-08-28 12:52:03 -0700
committerConstanza Heath <[email protected]>2015-08-28 12:52:03 -0700
commit202b462c58dfc7b052826418e299e9f426ad4022 (patch)
treebac0515954f1c00879e4b3cd319e0d58996b4823 /tests/test_utils.h
parente12df0b674e2948ee924482cd424b76a19e0d2f7 (diff)
Move header namespace macros under license comments
Signed-off-by: Constanza Heath <[email protected]>
Diffstat (limited to 'tests/test_utils.h')
-rw-r--r--tests/test_utils.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/test_utils.h b/tests/test_utils.h
index 55879af..871cfae 100644
--- a/tests/test_utils.h
+++ b/tests/test_utils.h
@@ -1,6 +1,4 @@
/* test_utils.h - TinyCrypt interface to common functions for tests */
-#ifndef __TEST_UTILS_H__
-#define __TEST_UTILS_H__
/*
* Copyright (C) 2015 by Intel Corporation, All Rights Reserved.
@@ -32,6 +30,10 @@
*
* test_utils.h -- Interface to common functions for tests.
*/
+
+#ifndef __TEST_UTILS_H__
+#define __TEST_UTILS_H__
+
#include <stdint.h>
#include <stdlib.h>