aboutsummaryrefslogtreecommitdiff
path: root/tests/SimpleTensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SimpleTensor.h')
-rw-r--r--tests/SimpleTensor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/SimpleTensor.h b/tests/SimpleTensor.h
index f0e9b15021..6dae346ead 100644
--- a/tests/SimpleTensor.h
+++ b/tests/SimpleTensor.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_H__
-#define __ARM_COMPUTE_TEST_SIMPLE_TENSOR_H__
+#ifndef ARM_COMPUTE_TEST_SIMPLE_TENSOR_H
+#define ARM_COMPUTE_TEST_SIMPLE_TENSOR_H
#include "arm_compute/core/TensorShape.h"
#include "arm_compute/core/Types.h"
@@ -454,4 +454,4 @@ void swap(SimpleTensor<U> &tensor1, SimpleTensor<U> &tensor2)
}
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_SIMPLE_TENSOR_H__ */
+#endif /* ARM_COMPUTE_TEST_SIMPLE_TENSOR_H */