misc/liblua/llimits.h
changeset 3697 d5b30d6373fc
parent 2812 0a24853de796
child 10017 de822cd3df3a
--- a/misc/liblua/llimits.h	Sat Jul 31 10:52:43 2010 +0200
+++ b/misc/liblua/llimits.h	Sat Jul 31 11:24:53 2010 +0200
@@ -107,7 +107,7 @@
 
 
 #ifndef lua_lock
-#define lua_lock(L)     ((void) 0) 
+#define lua_lock(L)     ((void) 0)
 #define lua_unlock(L)   ((void) 0)
 #endif
 
@@ -118,7 +118,7 @@
 
 /*
 ** macro to control inclusion of some hard tests on stack reallocation
-*/ 
+*/
 #ifndef HARDSTACKTESTS
 #define condhardstacktests(x)	((void)0)
 #else