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));
}
} else if ($type == PhabricatorPeoplePHIDTypeUser::TYPECONST) {
$members = handleSingleUserPHID(
$keydir, $viewer, $pushable->getPHID(), $used_keys);
$members = handleSingleUserPHID(
$keydir, $viewer, $pushable->getPHID(), $used_keys);
} else if ($type == PhabricatorPolicyPHIDTypePolicy::TYPECONST) {
/* pass */
} else {