From: Amitai Schlair Date: Mon, 31 Aug 2009 01:03:18 +0000 (-0400) Subject: whitespace X-Git-Tag: 3.14159265~80^2 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/85844b8494dd5e032d06afd623c25b4bb4a72578?hp=--cc whitespace --- 85844b8494dd5e032d06afd623c25b4bb4a72578 diff --git a/IkiWiki/Plugin/cvs.pm b/IkiWiki/Plugin/cvs.pm index 849302df4..4735c0138 100644 --- a/IkiWiki/Plugin/cvs.pm +++ b/IkiWiki/Plugin/cvs.pm @@ -303,7 +303,7 @@ sub rcs_recentchanges($) { system("env TZ=UTC cvsps -q --cvs-direct -z 30 -x >$tmpfile"); if ($? == -1) { error "couldn't run cvsps: $!\n"; - } elsif (($? >>8) != 0) { + } elsif (($? >> 8) != 0) { error "cvsps exited " . ($? >> 8) . ": $!\n"; }