aboutsummaryrefslogtreecommitdiff
path: root/tests/SimpleTensorAccessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SimpleTensorAccessor.h')
-rw-r--r--tests/SimpleTensorAccessor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/SimpleTensorAccessor.h b/tests/SimpleTensorAccessor.h
index a7ed6f664c..16f88ccb87 100644
--- a/tests/SimpleTensorAccessor.h
+++ b/tests/SimpleTensorAccessor.h
@@ -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_SIMPLE_TENSOR_ACCESSOR_H__
-#define __ARM_COMPUTE_TEST_SIMPLE_TENSOR_ACCESSOR_H__
+#ifndef ARM_COMPUTE_TEST_SIMPLE_TENSOR_ACCESSOR_H
+#define ARM_COMPUTE_TEST_SIMPLE_TENSOR_ACCESSOR_H
#include "SimpleTensor.h"
#include "tests/IAccessor.h"
@@ -171,4 +171,4 @@ inline void *SimpleTensorAccessor<T>::operator()(const Coordinates &coord)
}
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_SIMPLE_TENSOR_ACCESSOR_H__ */
+#endif /* ARM_COMPUTE_TEST_SIMPLE_TENSOR_ACCESSOR_H */