diff options
author | Andreas Boll <[email protected]> | 2012-07-13 16:35:22 +0000 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-07-13 16:35:22 +0000 |
commit | e3ff4d4c10e038b7be6dffe6c12b015ef36b5e7c (patch) | |
tree | 872cd149578774c0786a4e509911cf3d5cb9ac1f /src/gallium | |
parent | cc3907856ed7ec24359eea11fc2231dab680e2c4 (diff) |
radeon/llvm: Fix CR/LF in AMDILSIDevice.h
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/radeon/AMDILSIDevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/AMDILSIDevice.h b/src/gallium/drivers/radeon/AMDILSIDevice.h index b272af7cfcf..bc7d4b8ca7d 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_ |