File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
source/loader/layers/sanitizer/asan Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function(add_cppformat name)
3030 else ()
3131 # Split args into 2 parts (in Windows the list is probably too long)
3232 list (SUBLIST ARGN 0 250 selected_files_1)
33- list (SUBLIST ARGN 251 -1 selected_files_2)
33+ list (SUBLIST ARGN 250 -1 selected_files_2)
3434 add_custom_target (cppformat-${name}
3535 COMMAND ${CLANG_FORMAT} --style=file --i ${selected_files_1}
3636 COMMAND ${CLANG_FORMAT} --style=file --i ${selected_files_2}
Original file line number Diff line number Diff line change 22 *
33 * Copyright (C) 2024 Intel Corporation
44 *
5- * Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
6- * See LICENSE.TXT
5+ * Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM
6+ * Exceptions. See LICENSE.TXT
7+ *
78 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
89 *
910 * @file asan_report.hpp
You can’t perform that action at this time.
0 commit comments