Remove trailing whitespace

This commit is contained in:
j883376
2013-05-06 13:07:41 -04:00
parent 7a93966158
commit ffcff4aea1
548 changed files with 16397 additions and 16398 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ typedef const char Const_char; //for perl XS
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
typedef void ThreadReturnType;
#define THREAD_RETURN(x) _endthread(); return;
#define THREAD_RETURN(x) _endthread(); return;
#else
typedef void* ThreadReturnType;
#define THREAD_RETURN(x) return(x);