qw ( ) to qw( )

diff --git a/makeklcc.pl b/makeklcc.pl
index 0062e9d..f8a6294 100755
--- a/makeklcc.pl
+++ b/makeklcc.pl
@@ -15,7 +15,7 @@
     if ( $l =~ /^([^=]+)\=(.*)$/ ) {
 	$n = $1;  $s = $2;
 	print "\$$n = \"\Q$s\E\";\n";
-	print "\@$n = qw ($s);\n";
+	print "\@$n = qw($s);\n";
 	print "\$conf{\'\L$n\E\'} = \\\$$n;\n";
     }
 }