SWDEV-286322 - clean up trailing white space

Change-Id: Ie47bc977e1598356b455957d96f9afa37794c1fd
此提交包含在:
jujiang
2021-09-01 14:53:14 -04:00
父節點 4790350f63
當前提交 422a26142d
共有 32 個檔案被更改,包括 3109 行新增3109 行删除
+2 -2
查看文件
@@ -162,7 +162,7 @@ int test_clGetExtensionFunctionAddressForPlatform(const struct clGetExtensionFun
{
void *return_value;
test_icd_app_log("clGetExtensionFunctionAddressForPlatform(%p, %p)\n",
platform,
platform,
data->func_name);
return_value=clGetExtensionFunctionAddressForPlatform(platform,
@@ -224,7 +224,7 @@ int test_program_objects()
for (i=0;i<NUM_ITEMS_clRetainProgram;i++) {
test_clRetainProgram(&clRetainProgramData[i]);
}
}
for (i=0;i<NUM_ITEMS_clBuildProgram;i++) {
test_clBuildProgram(&clBuildProgramData[i]);