aboutsummaryrefslogtreecommitdiff
path: root/tests/AssetsLibrary.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/AssetsLibrary.h')
-rw-r--r--tests/AssetsLibrary.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/AssetsLibrary.h b/tests/AssetsLibrary.h
index 9a22b2fefb..29d9cc6d49 100644
--- a/tests/AssetsLibrary.h
+++ b/tests/AssetsLibrary.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_TENSOR_LIBRARY_H__
-#define __ARM_COMPUTE_TEST_TENSOR_LIBRARY_H__
+#ifndef ARM_COMPUTE_TEST_TENSOR_LIBRARY_H
+#define ARM_COMPUTE_TEST_TENSOR_LIBRARY_H
#include "arm_compute/core/Coordinates.h"
#include "arm_compute/core/Error.h"
@@ -999,4 +999,4 @@ void AssetsLibrary::fill_tensor_value(T &&tensor, D value) const
}
} // namespace test
} // namespace arm_compute
-#endif /* __ARM_COMPUTE_TEST_TENSOR_LIBRARY_H__ */
+#endif /* ARM_COMPUTE_TEST_TENSOR_LIBRARY_H */