From ba62665fd6f6b965221478088493444f7a1b958d Mon Sep 17 00:00:00 2001 From: Julian Wollrath Date: Sun, 29 Mar 2015 17:50:11 +0200 Subject: [PATCH] Remove some trailing whitespaces. --- lib/awful/layout/init.lua | 2 +- lib/awful/tag.lua | 2 +- luaa.h | 4 ++-- themes/default/theme.lua | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/awful/layout/init.lua b/lib/awful/layout/init.lua index a12dc9c95..cf55cfd59 100755 --- a/lib/awful/layout/init.lua +++ b/lib/awful/layout/init.lua @@ -64,7 +64,7 @@ end --- Change the layout of the current tag. -- @param i Relative index. --- @param s The screen number. +-- @param s The screen number. -- @param[opt] layouts A table of layouts. function layout.inc(i, s, layouts) if type(i) == "table" then diff --git a/lib/awful/tag.lua b/lib/awful/tag.lua index 7ceb41c0b..a1865b8e4 100644 --- a/lib/awful/tag.lua +++ b/lib/awful/tag.lua @@ -292,7 +292,7 @@ function tag.gettags(s) end 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) return tags end diff --git a/luaa.h b/luaa.h index b84f1558d..6b6b38087 100644 --- a/luaa.h +++ b/luaa.h @@ -74,7 +74,7 @@ luaA_getuservalue(lua_State *L, int idx) #else lua_getfenv(L, idx); #endif -} +} static inline void luaA_setuservalue(lua_State *L, int idx) @@ -84,7 +84,7 @@ luaA_setuservalue(lua_State *L, int idx) #else lua_setfenv(L, idx); #endif -} +} static inline size_t luaA_rawlen(lua_State *L, int idx) diff --git a/themes/default/theme.lua b/themes/default/theme.lua index a707d1e21..64de0f4f3 100644 --- a/themes/default/theme.lua +++ b/themes/default/theme.lua @@ -95,7 +95,7 @@ theme.layout_cornerse = "@AWESOME_THEMES_PATH@/default/layouts/cornersew.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. theme.icon_theme = nil