aboutsummaryrefslogtreecommitdiff
path: root/tests/Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Utils.h')
-rw-r--r--tests/Utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/Utils.h b/tests/Utils.h
index aff63d3119..154d265cf9 100644
--- a/tests/Utils.h
+++ b/tests/Utils.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_UTILS_H__
-#define __ARM_COMPUTE_TEST_UTILS_H__
+#ifndef ARM_COMPUTE_TEST_UTILS_H
+#define ARM_COMPUTE_TEST_UTILS_H
#include "arm_compute/core/Coordinates.h"
#include "arm_compute/core/Error.h"
@@ -816,4 +816,4 @@ inline void sync_tensor_if_necessary(TensorType &tensor)
}
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_UTILS_H__ */
+#endif /* ARM_COMPUTE_TEST_UTILS_H */