]> git.mxchange.org Git - friendica.git/commitdiff
whitespaces
authorMarek Bachmann <marek.bachmann@comtec.eecs.uni-kassel.de>
Sat, 26 Nov 2022 20:53:12 +0000 (21:53 +0100)
committerMarek Bachmann <marek.bachmann@comtec.eecs.uni-kassel.de>
Sat, 26 Nov 2022 20:53:12 +0000 (21:53 +0100)
mod/photos.php
src/Util/Strings.php

index d5689f5fd52bb501aad1ed9befa9ff94515c1f42..7b703d818b9de89010c30665d4ddfd964e1b20cc 100644 (file)
@@ -925,7 +925,7 @@ function photos_content(App $a)
                        ($umf_bytes < $mis_bytes) ?
                                ($maximagesize_Mbytes = ($umf_bytes / (10 ** 6))) : ($maximagesize_Mbytes = ($mis_bytes / (10 ** 6)));
                }
-               
+
                $usage_message = DI::l10n()->t('The maximum accepted image size is %.3g MB', $maximagesize_Mbytes);
 
                $tpl = Renderer::getMarkupTemplate('photos_upload.tpl');
index 8c22c321df5892e426a594c12de5ac3be05d1ac8..ac903cd3f73a7efae6bf41c394d0a104fc0680d2 100644 (file)
@@ -546,4 +546,5 @@ class Strings
 
                return $shorthand;
        }
+
 }