lm_proxy.c
changeset 12 63f06a23c235
parent 11 a8c6460d612b
child 16 09b375e9ce32
--- a/lm_proxy.c	Sun Mar 08 00:48:19 2009 +0200
+++ b/lm_proxy.c	Sat Mar 14 02:41:26 2009 +0200
@@ -148,7 +148,7 @@
 static const luaL_Reg reg_f_lm_proxy[] = {
 	{ "new",   new_lm_proxy       },
 	{ "bless", bless_lua_lm_proxy },
-	{ NULL,    NULL                },
+	{ NULL,    NULL               },
 };
 
 static const luaL_Reg reg_m_lm_proxy[] = {
@@ -159,7 +159,7 @@
 	{ "password", password_lm_proxy },
 	{ "pointer",  pointer_lm_proxy  },
 	{ "__gc",     gc_lm_proxy       },
-	{ NULL,       NULL               },
+	{ NULL,       NULL              },
 };
 
 int luaopen_lm_proxy (lua_State *L)