From 13e4fd43576be518b240e50b48c6bdc0fbe51b40 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Sun, 9 Jan 2011 23:57:12 +0200 Subject: [PATCH] Apply perltidy with -l=72 --- bin/clive | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/clive b/bin/clive index 0f0b2ee..c2a6bf0 100755 --- a/bin/clive +++ b/bin/clive @@ -107,7 +107,8 @@ sub init { check_format(); # Check --get-with. - Carp::croak "error: specify path to a download command with --get-with\n" + Carp::croak + "error: specify path to a download command with --get-with\n" unless $config{get_with}; # Check --regexp. @@ -370,7 +371,8 @@ sub print_help { } sub print_version { - printf "clive $VERSION with Perl %s on %s\n", ( sprintf "%vd", $^V ), $^O; + printf "clive $VERSION with Perl %s on %s\n", + ( sprintf "%vd", $^V ), $^O; exit 0; } -- 2.11.4.GIT