SWDEV-286322 - clean up trailing white space

Change-Id: I01f3a559cbd1835aa2fdad7abe2bd685d90fc6a8
This commit is contained in:
jujiang
2021-09-01 11:45:47 -04:00
parent 1d0364e590
commit f63115cec6
16 changed files with 61 additions and 61 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ address KernelParameters::capture(const Device& device, uint64_t lclMemSize, int
*error = CL_OUT_OF_RESOURCES;
}
// Check if capture was successful
// Check if capture was successful
if (CL_SUCCESS != *error) {
AlignedMemory::deallocate(mem);
mem = nullptr;