mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix indenting to tabs
This commit is contained in:
committed by
Qingping Hou
parent
2ac7c7d4cf
commit
db7e3770ad
4
pdf.c
4
pdf.c
@@ -492,9 +492,9 @@ static int getUsedBBox(lua_State *L) {
|
||||
return luaL_error(L, "cannot calculate bbox for page");
|
||||
}
|
||||
|
||||
lua_pushnumber(L, ((double)result.x0)/100);
|
||||
lua_pushnumber(L, ((double)result.x0)/100);
|
||||
lua_pushnumber(L, ((double)result.y0)/100);
|
||||
lua_pushnumber(L, ((double)result.x1)/100);
|
||||
lua_pushnumber(L, ((double)result.x1)/100);
|
||||
lua_pushnumber(L, ((double)result.y1)/100);
|
||||
|
||||
return 4;
|
||||
|
||||
Reference in New Issue
Block a user