From 6260e194b34842ac6d932dd5c96842c0d1214d70 Mon Sep 17 00:00:00 2001 From: Michalis Spyrou Date: Thu, 6 Jun 2019 13:47:38 +0100 Subject: COMPMID-2394: (Nightly) Clang-tidy errors Change-Id: Ie7ccf4e62cccca6057c0bc4521496267a05e4459 Signed-off-by: Michalis Spyrou Reviewed-on: https://review.mlplatform.org/c/1304 Tested-by: Arm Jenkins Comments-Addressed: Arm Jenkins Reviewed-by: Giuseppe Rossini --- tests/validation/reference/ColorConvertHelper.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/validation/reference/ColorConvertHelper.h') diff --git a/tests/validation/reference/ColorConvertHelper.h b/tests/validation/reference/ColorConvertHelper.h index b2ae6f2f80..abd1f5d1fe 100644 --- a/tests/validation/reference/ColorConvertHelper.h +++ b/tests/validation/reference/ColorConvertHelper.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2018 ARM Limited. + * Copyright (c) 2017-2019 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -9,14 +9,14 @@ * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or * sell copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: - *asymm_int_mult + * * The above copyright notice and this permission notice shall be included in all * copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, asymm_int_multDAMAGES OR OTHER + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. @@ -70,7 +70,7 @@ inline void store_rgb_from_src(const SimpleTensor src, SimpleTensor &rvec, auto *gvec_pixel = reinterpret_cast(gvec(vec_coord)); auto *bvec_pixel = reinterpret_cast(bvec(vec_coord)); - rvec_pixel[0] = src_pixel[0]; + rvec_pixel[0] = src_pixel[0]; // NOLINT gvec_pixel[0] = src_pixel[1]; bvec_pixel[0] = src_pixel[2]; } -- cgit v1.2.1