From 4a9fc6e75aa5c76375a99de6ce55bd045d32361e Mon Sep 17 00:00:00 2001 From: Helmut Januschka Date: Mon, 2 Dec 2024 21:11:07 +0100 Subject: [PATCH] Update clang-tools-extra/clang-tidy/readability/UseSpanFirstLastCheck.cpp Co-authored-by: EugeneZelenko --- .../clang-tidy/readability/UseSpanFirstLastCheck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/clang-tidy/readability/UseSpanFirstLastCheck.cpp b/clang-tools-extra/clang-tidy/readability/UseSpanFirstLastCheck.cpp index 5e0d8abbada2de..a1531e4663248e 100644 --- a/clang-tools-extra/clang-tidy/readability/UseSpanFirstLastCheck.cpp +++ b/clang-tools-extra/clang-tidy/readability/UseSpanFirstLastCheck.cpp @@ -1,4 +1,4 @@ -//===--- UseSpanFirstLastCheck.cpp - clang-tidy-----------------*- C++ -*-===// +//===--- UseSpanFirstLastCheck.cpp - clang-tidy -----------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information.