mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
More cleanup: Expand tabs and some more indentation fixes
No functional change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174929 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
*/
|
||||
#ifndef lua_boxpointer
|
||||
#define lua_boxpointer(L,u) (*(void **)(lua_newuserdata(L, sizeof(void *))) = (u))
|
||||
#define lua_unboxpointer(L,i) (*(void **)(lua_touserdata(L, i)))
|
||||
#define lua_unboxpointer(L,i) (*(void **)(lua_touserdata(L, i)))
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user