]> git.mxchange.org Git - friendica-addons.git/commitdiff
[TASK] Change indentation to tabs
authorMarcus Müller <25648755+M-arcus@users.noreply.github.com>
Tue, 2 Apr 2019 09:25:51 +0000 (11:25 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Apr 2019 09:25:51 +0000 (11:25 +0200)
phpmailer/phpmailer.php

index c1fedce65340d8a0e826c9ff5d1f351bd42e5b10..a29ac05d1e943fb3e0f1b401760bd97991c52fe5 100644 (file)
@@ -42,7 +42,7 @@ function phpmailer_emailer_send_prepare(App $a, array &$b)
        // Passing `true` enables exceptions
        $mail = new PHPMailer(true);
        try {
-        if (Config::get('phpmailer', 'smtp')) {
+               if (Config::get('phpmailer', 'smtp')) {
                        // Set mailer to use SMTP
                        $mail->isSMTP();
                        /*