1
0
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:
Stefan Fritsch
2011-09-23 18:08:42 +00:00
parent 427c85bd23
commit 1951a037bf
51 changed files with 529 additions and 529 deletions

View File

@@ -76,7 +76,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
void ap_lua_rstack_dump(lua_State *L, request_rec *r, const char *msg);