From ec4e5277a8d93a232c60946075aab1da2bb6b0c8 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Sat, 5 Sep 2009 12:30:31 +0200 Subject: cleanup --- resources/CL/stdint.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resources') diff --git a/resources/CL/stdint.h b/resources/CL/stdint.h index d3de5327..f8bee857 100644 --- a/resources/CL/stdint.h +++ b/resources/CL/stdint.h @@ -6,14 +6,14 @@ // typedef unsigned __int64 uint64_t; #else - typedef signed char int8_t; + typedef signed char int8_t; typedef unsigned short int16_t; - typedef int int32_t; + typedef int int32_t; typedef unsigned char uint8_t; typedef unsigned short uint16_t; typedef unsigned int uint32_t; - typedef int intptr_t; + typedef int intptr_t; typedef unsigned int uintptr_t; typedef unsigned int size_t; -- cgit v1.2.3