correct some spaces/tabs

This commit is contained in:
gerhard6380 2016-09-25 18:45:00 +02:00
parent 01ff105a43
commit 5e1726184a

View file

@ -2416,7 +2416,8 @@
/** /**
* @brief return data from profiles * @brief return data from profiles
* *
* @param array $profile * @param array $profile array containing data from db table 'profile'
* @param string $type Known types are 'atom', 'rss', 'xml' and 'json'
* @return array * @return array
*/ */
function api_format_items_profiles(&$profile = null, $type = "json") { function api_format_items_profiles(&$profile = null, $type = "json") {