From e3ff4d4c10e038b7be6dffe6c12b015ef36b5e7c Mon Sep 17 00:00:00 2001 From: Andreas Boll Date: Fri, 13 Jul 2012 16:35:22 +0000 Subject: [PATCH] radeon/llvm: Fix CR/LF in AMDILSIDevice.h --- src/gallium/drivers/radeon/AMDILSIDevice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/radeon/AMDILSIDevice.h b/src/gallium/drivers/radeon/AMDILSIDevice.h index b272af7..bc7d4b8 100644 --- a/src/gallium/drivers/radeon/AMDILSIDevice.h +++ b/src/gallium/drivers/radeon/AMDILSIDevice.h @@ -12,7 +12,7 @@ //===---------------------------------------------------------------------===// // This file will define the interface that each generation needs to // implement in order to correctly answer queries on the capabilities of the -// specific hardware. +// specific hardware. //===---------------------------------------------------------------------===// #ifndef _AMDILSIDEVICE_H_ #define _AMDILSIDEVICE_H_ -- 2.7.4