aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/reference/Im2Col.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/reference/Im2Col.h')
-rw-r--r--tests/validation/reference/Im2Col.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/validation/reference/Im2Col.h b/tests/validation/reference/Im2Col.h
index 34b8476a46..68c1c07044 100644
--- a/tests/validation/reference/Im2Col.h
+++ b/tests/validation/reference/Im2Col.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_IM2COL_H__
-#define __ARM_COMPUTE_TEST_IM2COL_H__
+#ifndef ARM_COMPUTE_TEST_IM2COL_H
+#define ARM_COMPUTE_TEST_IM2COL_H
#include "tests/SimpleTensor.h"
@@ -40,4 +40,4 @@ void im2col(const SimpleTensor<T> &src, SimpleTensor<T> &dst, const Size2D &kern
} // namespace validation
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_IM2COL_H__ */
+#endif /* ARM_COMPUTE_TEST_IM2COL_H */