Changeset 37028


Ignore:
Timestamp:
2022-12-14T22:20:58+13:00 (17 months ago)
Author:
davidb
Message:

Whitespace fixup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/PagedImagePlugin.pm

    r32760 r37028  
    673673    $line =~ s/\s+$//; #remove space at the end
    674674    my ($pagenum, $imgname, $txtname, $rotate) = split /:/, $line;
    675        
     675
    676676    # find the image file if there is one
    677677    if (defined $imgname && $imgname ne "") {
    678         $self->block_raw_filename($block_hash, &FileUtils::filenameConcatenate( $dir,$imgname));
     678        $self->block_raw_filename($block_hash, &FileUtils::filenameConcatenate($dir,$imgname));
    679679    }
    680680    # find the text file if there is one
Note: See TracChangeset for help on using the changeset viewer.