From a8b9d5ae52d87a5a530fc665308aa4a16beee0b7 Mon Sep 17 00:00:00 2001 From: "syed.amer@gilani.eu" Date: Fri, 24 Apr 2009 16:25:39 +0000 Subject: [PATCH] Removed Tab at the end of File. While it worked with gcc 4.3, gcc 4.2 would throw the error "no newline at end of file". --- lib/common/BasicTypes.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/common/BasicTypes.h b/lib/common/BasicTypes.h index 0ae81c84..de42d401 100644 --- a/lib/common/BasicTypes.h +++ b/lib/common/BasicTypes.h @@ -85,4 +85,3 @@ typedef unsigned TYPE_OF_SIZE_4 UInt32; #undef TYPE_OF_SIZE_4 #endif - \ No newline at end of file