From be9b46fdfdb86bd862164bb4dc45a4c9d286e6ef Mon Sep 17 00:00:00 2001 From: "Besar Wicaksono (xN/A) TX [TEXT]" Date: Fri, 8 Apr 2016 16:40:05 -0500 Subject: [PATCH] Fix build error from CL#1256102 due to whitespace issue. [git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1256108] [ROCm/ROCR-Runtime commit: 7760839934ef0fd53e2495cacdd84bbdeeb4c6fe] --- projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h index 6334baaef9..0218762f41 100644 --- a/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h +++ b/projects/rocr-runtime/runtime/hsa-runtime/inc/hsa_ext_amd.h @@ -49,7 +49,7 @@ #include "hsa_ext_image.h" #define HSA_AMD_INTERFACE_VERSION_MAJOR 1 -#define HSA_AMD_INTERFACE_VERSION_MINOR 0 +#define HSA_AMD_INTERFACE_VERSION_MINOR 0 #ifdef __cplusplus extern "C" {