From d6ea58e6f13e85f4121ab488c09721f6d388a977 Mon Sep 17 00:00:00 2001 From: Steven Noonan Date: Tue, 20 Oct 2009 14:13:42 -0700 Subject: cosmetic: strip trailing whitespace Signed-off-by: Steven Noonan --- crawl-ref/source/l_mapgrd.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/l_mapgrd.cc') diff --git a/crawl-ref/source/l_mapgrd.cc b/crawl-ref/source/l_mapgrd.cc index 0c63238c79..9431fda173 100644 --- a/crawl-ref/source/l_mapgrd.cc +++ b/crawl-ref/source/l_mapgrd.cc @@ -59,8 +59,8 @@ static int grd_col_get(lua_State *ls) char buf[2]; buf[0] = *gly; buf[1] = '\0'; - - lua_pushstring(ls, buf); + + lua_pushstring(ls, buf); return (1); } @@ -95,7 +95,7 @@ void dluaopen_mapgrd(lua_State *ls) lua_pop(ls, 1); - // grd col table + // grd col table luaL_newmetatable(ls, MAPGRD_COL_METATABLE); lua_pushstring(ls, "__index"); lua_pushcfunction(ls, grd_col_get); -- cgit v1.2.3-54-g00ecf