Leding tabs to spaces.

Superfluous whitespace removed.
This commit is contained in:
Siebrand Mazeland 2011-04-10 19:33:58 +02:00
parent 8c63d6ead4
commit cad040ce4e

View File

@ -446,7 +446,6 @@ class ActivityObject
$object = new ActivityObject(); $object = new ActivityObject();
if (Event::handle('StartActivityObjectFromProfile', array($profile, &$object))) { if (Event::handle('StartActivityObjectFromProfile', array($profile, &$object))) {
$object->type = ActivityObject::PERSON; $object->type = ActivityObject::PERSON;
$object->id = $profile->getUri(); $object->id = $profile->getUri();
$object->title = $profile->getBestName(); $object->title = $profile->getBestName();
@ -629,7 +628,6 @@ class ActivityObject
} }
} }
if (!empty($this->geopoint)) { if (!empty($this->geopoint)) {
$xo->element( $xo->element(
'georss:point', 'georss:point',