mirror of
https://github.com/friendica/friendica
synced 2025-01-22 03:39:55 +01:00
correct some spaces/tabs
This commit is contained in:
parent
01ff105a43
commit
5e1726184a
1 changed files with 4042 additions and 4041 deletions
|
@ -2416,7 +2416,8 @@
|
|||
/**
|
||||
* @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
|
||||
*/
|
||||
function api_format_items_profiles(&$profile = null, $type = "json") {
|
||||
|
|
Loading…
Reference in a new issue