aboutsummaryrefslogtreecommitdiff
path: root/tests/TensorCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TensorCache.h')
-rw-r--r--tests/TensorCache.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/TensorCache.h b/tests/TensorCache.h
index c8f21116d6..aa06b4412f 100644
--- a/tests/TensorCache.h
+++ b/tests/TensorCache.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018 ARM Limited.
+ * Copyright (c) 2017-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -21,8 +21,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
-#ifndef __ARM_COMPUTE_TEST_TENSOR_CACHE_H__
-#define __ARM_COMPUTE_TEST_TENSOR_CACHE_H__
+#ifndef ARM_COMPUTE_TEST_TENSOR_CACHE_H
+#define ARM_COMPUTE_TEST_TENSOR_CACHE_H
#include "RawTensor.h"
@@ -117,4 +117,4 @@ inline RawTensor &TensorCache::add(std::tuple<const std::string &, Format, Chann
}
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_TENSOR_CACHE_H__ */
+#endif /* ARM_COMPUTE_TEST_TENSOR_CACHE_H */