From abbd498a8b6c92ddcf211a27dd532f2ec6520fe2 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 26 Jan 2011 00:19:54 -0800 Subject: [PATCH] whitespace only --- mod/follow.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/follow.php b/mod/follow.php index bad2e74f9c..946794c877 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -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));