Whitespace cleanup

This commit is contained in:
2013-11-07 00:10:44 +06:00
parent a77a33dc50
commit 60cddad047

View File

@@ -82,8 +82,8 @@ function handleSingleRepository(
handleSingleUserPHID($keydir, $viewer, $memberPHID, $used_keys)); handleSingleUserPHID($keydir, $viewer, $memberPHID, $used_keys));
} }
} else if ($type == PhabricatorPeoplePHIDTypeUser::TYPECONST) { } else if ($type == PhabricatorPeoplePHIDTypeUser::TYPECONST) {
$members = handleSingleUserPHID( $members = handleSingleUserPHID(
$keydir, $viewer, $pushable->getPHID(), $used_keys); $keydir, $viewer, $pushable->getPHID(), $used_keys);
} else if ($type == PhabricatorPolicyPHIDTypePolicy::TYPECONST) { } else if ($type == PhabricatorPolicyPHIDTypePolicy::TYPECONST) {
/* pass */ /* pass */
} else { } else {