Skip to content

Commit 25a1c48

Browse files
committed
Remove newlines in function body for consistency.
1 parent 0938405 commit 25a1c48

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/php/UploadHandler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -872,12 +872,10 @@ protected function imagick_create_scaled_image($file_name, $version, $options) {
872872
if (!empty($options['max_height'])) {
873873
$new_height = $max_height = $options['max_height'];
874874
}
875-
876875
$image_strip = false;
877876
if( !empty($options["strip"]) ) {
878877
$image_strip = $options["strip"];
879878
}
880-
881879
if ( !$image_oriented && ($max_width >= $img_width) && ($max_height >= $img_height) && !image_strip && empty($options["jpeg_quality"]) ) {
882880
if ($file_path !== $new_file_path) {
883881
return copy($file_path, $new_file_path);

0 commit comments

Comments
 (0)