Mercurial > masqmail
diff src/base64/base64.h @ 10:26e34ae9a3e3
changed indention and line wrapping to a more consistent style
author | meillo@marmaro.de |
---|---|
date | Mon, 27 Oct 2008 16:23:10 +0100 |
parents | 08114f7dcc23 |
children | 41958685480d |
line wrap: on
line diff
--- a/src/base64/base64.h Mon Oct 27 16:21:27 2008 +0100 +++ b/src/base64/base64.h Mon Oct 27 16:23:10 2008 +0100 @@ -4,7 +4,7 @@ * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the @@ -15,5 +15,5 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -gchar *base64_encode(guchar *buf, gint len); -gchar *base64_decode(gchar *buf, gint *size); +gchar *base64_encode(guchar * buf, gint len); +gchar *base64_decode(gchar * buf, gint * size);