Remove some trailing whitespaces.
This commit is contained in:
parent
26f15a13f3
commit
ba62665fd6
|
@ -64,7 +64,7 @@ end
|
||||||
|
|
||||||
--- Change the layout of the current tag.
|
--- Change the layout of the current tag.
|
||||||
-- @param i Relative index.
|
-- @param i Relative index.
|
||||||
-- @param s The screen number.
|
-- @param s The screen number.
|
||||||
-- @param[opt] layouts A table of layouts.
|
-- @param[opt] layouts A table of layouts.
|
||||||
function layout.inc(i, s, layouts)
|
function layout.inc(i, s, layouts)
|
||||||
if type(i) == "table" then
|
if type(i) == "table" then
|
||||||
|
|
|
@ -292,7 +292,7 @@ function tag.gettags(s)
|
||||||
end
|
end
|
||||||
|
|
||||||
table.sort(tags, function(a, b)
|
table.sort(tags, function(a, b)
|
||||||
return (tag.getproperty(a, "index") or 9999) < (tag.getproperty(b, "index") or 9999)
|
return (tag.getproperty(a, "index") or 9999) < (tag.getproperty(b, "index") or 9999)
|
||||||
end)
|
end)
|
||||||
return tags
|
return tags
|
||||||
end
|
end
|
||||||
|
|
4
luaa.h
4
luaa.h
|
@ -74,7 +74,7 @@ luaA_getuservalue(lua_State *L, int idx)
|
||||||
#else
|
#else
|
||||||
lua_getfenv(L, idx);
|
lua_getfenv(L, idx);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
luaA_setuservalue(lua_State *L, int idx)
|
luaA_setuservalue(lua_State *L, int idx)
|
||||||
|
@ -84,7 +84,7 @@ luaA_setuservalue(lua_State *L, int idx)
|
||||||
#else
|
#else
|
||||||
lua_setfenv(L, idx);
|
lua_setfenv(L, idx);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline size_t
|
static inline size_t
|
||||||
luaA_rawlen(lua_State *L, int idx)
|
luaA_rawlen(lua_State *L, int idx)
|
||||||
|
|
|
@ -95,7 +95,7 @@ theme.layout_cornerse = "@AWESOME_THEMES_PATH@/default/layouts/cornersew.png"
|
||||||
|
|
||||||
theme.awesome_icon = "@AWESOME_ICON_PATH@/awesome16.png"
|
theme.awesome_icon = "@AWESOME_ICON_PATH@/awesome16.png"
|
||||||
|
|
||||||
-- Define the icon theme for application icons. If not set then the icons
|
-- Define the icon theme for application icons. If not set then the icons
|
||||||
-- from /usr/share/icons and /usr/share/icons/hicolor will be used.
|
-- from /usr/share/icons and /usr/share/icons/hicolor will be used.
|
||||||
theme.icon_theme = nil
|
theme.icon_theme = nil
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue