SWDEV-286322 - clean up trailing space - part2 (#2383)

Change-Id: Id659c029a33874bc9a7d4c42bffd06cdc1845e2e

[ROCm/hip commit: 48b91908bc]
이 커밋은 다음에 포함됨:
Julia Jiang
2021-11-25 04:38:06 -05:00
커밋한 사람 GitHub
부모 84395b3b1f
커밋 3351c0a2f7
7개의 변경된 파일16개의 추가작업 그리고 16개의 파일을 삭제
+4 -4
파일 보기
@@ -1,16 +1,16 @@
/*
Copyright (c) 2019 - 2021 Advanced Micro Devices, Inc. All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the 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:
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
@@ -181,7 +181,7 @@ int main(int argc, char** argv)
#ifdef __HIP_PLATFORM_AMD__
std::cout << "Arch - AMD GPU :: " << props.gcnArch << std::endl;
#endif
if(textureFilterMode == 0) {
printf("Test hipFilterModePoint\n");
status = runTest<hipFilterModePoint>();