Skip to content

Commit

Permalink
Removing extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
terceiro committed Mar 17, 2009
1 parent c810ca7 commit cb8119b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freedesktop/menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function new()

-- Removing empty entries from menu
local bad_indexes = {}
for index , item in ipairs(menu) do
for index, item in ipairs(menu) do
if not item[2] then
table.insert(bad_indexes, index)
end
Expand Down

0 comments on commit cb8119b

Please sign in to comment.