Code cleanup: No newline at end of file

Some text files were missing a newline at the end of the file.
One has been added.

Also correct file format of windows/tests/inputs.yaml, which
was missed in commit 0f0277e104

AMD-Internal: [CPUPL-2870]
Change-Id: Icb83a4a27033dc0ff325cb84a1cf399e953ec549
This commit is contained in:
Edward Smyth
2023-04-21 09:58:59 -04:00
parent 0f0277e104
commit 7e50ba669b
260 changed files with 270 additions and 270 deletions

View File

@@ -1,11 +1,11 @@
# Copyright (C) 2020, Advanced Micro Devices, Inc. All Rights Reserved
checkblis: [input.general, input.operations]
checkblis-fast: [input.general.fast, input.operations.fast]
# Copyright (C) 2020, Advanced Micro Devices, Inc. All Rights Reserved
checkblis: [input.general, input.operations]
checkblis-fast: [input.general.fast, input.operations.fast]
checkblis-md: [input.general.mixed, input.operations.mixed]
checkblis-salt: [input.general.salt, input.operations.salt]
check: ['cblat1.exe', 'dblat1.exe', 'sblat1.exe', 'zblat1.exe', 'cblat2.exe < ../../blastest/input/cblat2.in', 'dblat2.exe < ../../blastest/input/dblat2.in', 'sblat2.exe < ../../blastest/input/sblat2.in', 'zblat2.exe < ../../blastest/input/zblat2.in', 'cblat3.exe < ../../blastest/input/cblat3.in', 'dblat3.exe < ../../blastest/input/dblat3.in', 'sblat3.exe < ../../blastest/input/sblat3.in', 'zblat3.exe < ../../blastest/input/zblat3.in']