From 9c9c8dafe8f9a32bd70aee268cd537b93865a3ba Mon Sep 17 00:00:00 2001 From: Jerry Ge Date: Wed, 19 Jul 2023 23:08:16 +0000 Subject: Run clang-format and update copyright - Also added run clang-format to pre-commit runs Signed-off-by: Jerry Ge Change-Id: I4e59ac0afbaa30dce0773aa63d92a1a3b119e2f3 --- reference_model/src/tosa_model_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'reference_model/src/tosa_model_types.h') diff --git a/reference_model/src/tosa_model_types.h b/reference_model/src/tosa_model_types.h index 84402ae..fd7ce53 100644 --- a/reference_model/src/tosa_model_types.h +++ b/reference_model/src/tosa_model_types.h @@ -1,4 +1,4 @@ -// Copyright (c) 2022, ARM Limited. +// Copyright (c) 2022-2023, ARM Limited. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -19,4 +19,4 @@ inline const uint32_t TOSA_MAX_TENSOR_SIZE = ((1u << 31) - 1); -#endif // TOSA_MODEL_TYPES_H \ No newline at end of file +#endif // TOSA_MODEL_TYPES_H \ No newline at end of file -- cgit v1.2.1