Correct indentation.

This commit is contained in:
Lefteris Chatzimparmpas 2011-12-08 20:36:45 +01:00
parent 3b885bf834
commit 94cd8016b4
1 changed files with 2 additions and 1 deletions

View File

@ -174,7 +174,8 @@ apply_conversion(const char *mbox)
* Convert a mailbox name from the modified UTF-7 encoding, according to RFC
* 3501 Section 5.1.3.
*/
const char *reverse_conversion(const char *mbox)
const char *
reverse_conversion(const char *mbox)
{
iconv_t cd;
char *inbuf, *outbuf;