]> git.mxchange.org Git - friendica.git/commitdiff
whitespace only
authorFriendika <info@friendika.com>
Wed, 26 Jan 2011 08:19:54 +0000 (00:19 -0800)
committerFriendika <info@friendika.com>
Wed, 26 Jan 2011 08:19:54 +0000 (00:19 -0800)
mod/follow.php

index bad2e74f9cef47adedbdd777c459d6087ac72c6c..946794c87778634d3a5480896c6e39930ffbbe2d 100644 (file)
@@ -110,7 +110,7 @@ function follow_post(&$a) {
                        if((! $vcard['photo']) && strlen($email))
                                $vcard['photo'] = gravatar_img($email);
                        $network = 'feed';
-        }
+               }
        }
 
        logger('follow: poll=' . $poll . ' notify=' . $notify . ' profile=' . $profile . ' vcard=' . print_r($vcard,true));