Apply style guidelines

This commit is contained in:
Andrew 2016-03-16 12:53:15 +01:00
parent b0366e8469
commit 1c6a709f3a

View file

@ -123,7 +123,8 @@ sub expand_filename {
$home = ( getpwuid($>) )[5]; $home = ( getpwuid($>) )[5];
} }
if ( !defined($home) ) { if ( !defined($home) ) {
$self->debug( 3, 'No home found so leaving filename ', $filename, ' unexpanded' ); $self->debug( 3, 'No home found so leaving filename ',
$filename, ' unexpanded' );
return $filename; return $filename;
} }
$self->debug( 4, 'Using ', $home, ' as home directory' ); $self->debug( 4, 'Using ', $home, ' as home directory' );