From 035e905836fe3de36f7cc6c9e061e398a3213ed8 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Thu, 22 Oct 2015 23:57:47 +0200 Subject: [PATCH] awesomerc.lua: remove trailing whitespace --- awesomerc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesomerc.lua b/awesomerc.lua index 8737181c..3363430b 100755 --- a/awesomerc.lua +++ b/awesomerc.lua @@ -76,7 +76,7 @@ awful.layout.layouts = { -- {{{ Helper functions local function client_menu_toggle_fn() local instance = nil - + return function () if instance and instance.wibox.visible then instance:hide()