gnu-social/lib
Evan Prodromou 04ef1ba8ee change function headers to K&R style
Another huge change, for PEAR code standards compliance. Function
headers have to be in K&R style (opening brace on its own line),
instead of having the opening brace on the same line as the function
and parameters. So, a little perl magic found all the function
definitions and move the opening brace to the next line (properly
indented... usually).

darcs-hash:20081223193323-84dde-a28e36ecc66672c783c2842d12fc11043c13ab28.gz
2008-12-23 14:33:23 -05:00
..
action.php some modifications to assuage phpcs 2008-12-20 19:39:55 -05:00
common.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
daemon.php reformat lib/daemon.php for phpcs 2008-12-20 19:46:07 -05:00
deleteaction.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
facebookaction.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
gallery.php reformat for phpcs 2008-12-20 19:58:37 -05:00
jabber.php reformat lib/jabber.php for phpcs, including doc comments 2008-12-22 12:32:49 -05:00
language.php reformat lib/language.php for PEAR Coding Standards 2008-12-22 14:30:29 -05:00
mail.php reformat and document lib/mail.php for phpcs conformance 2008-12-23 12:33:30 -05:00
mailbox.php bring messaging section (inbox, outbox, mailbox) into PEAR Code Standards compliance 2008-12-22 15:13:04 -05:00
noticelist.php incorrect label on notice list file comment 2008-12-23 14:14:30 -05:00
oauthstore.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
omb.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
openid.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
personal.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
profilelist.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
queuehandler.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
rssaction.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
search_engines.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
searchaction.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
settingsaction.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
Shorturl_api.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
stream.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
subs.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
theme.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
twitter.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
twitterapi.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
util.php change function headers to K&R style 2008-12-23 14:33:23 -05:00
xmppqueuehandler.php change function headers to K&R style 2008-12-23 14:33:23 -05:00