From 9d0ff86a440f7e8a765cbe782fc98e2dee94de2d Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Mon, 9 Jan 2017 22:37:08 +0100 Subject: [PATCH] gotobar.pl: remove trailing whitespace --- modules/gotobar.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gotobar.pl b/modules/gotobar.pl index 32b0faef..4056b2e4 100644 --- a/modules/gotobar.pl +++ b/modules/gotobar.pl @@ -27,7 +27,7 @@ our ($GotobarName); $GotobarName = 'GotoBar'; our ($GotobarSetHome, $GotobarSetRC); -# 0 does set home-link and/or rc-link automatically, 1 doesn't +# 0 does set home-link and/or rc-link automatically, 1 doesn't # do this later so that the user can customize $GotobarName push(@MyInitVariables, \&GotobarInit);