From 954a6f057a1796bb682c0ab1301b918ded31d31b Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 22 Sep 2009 14:04:49 +0000 Subject: remove useless () --- lib/Xconfig/xfree.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Xconfig/xfree.pm') diff --git a/lib/Xconfig/xfree.pm b/lib/Xconfig/xfree.pm index c53e2ca..9b1e2a2 100644 --- a/lib/Xconfig/xfree.pm +++ b/lib/Xconfig/xfree.pm @@ -264,7 +264,7 @@ sub set_wacoms { each_index { my $wacom = $_; foreach (@Modes) { - next if ($wacom->{USB}); + next if $wacom->{USB}; my $identifier = $_ . ($::i + 1); my $h = { Identifier => { val => $identifier }, Driver => { val => 'wacom' }, -- cgit v1.2.1