remove trailing whitespace
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23815 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -39,10 +39,10 @@ RCSID("$Id$");
|
||||
#include <string.h>
|
||||
#include "base64.h"
|
||||
|
||||
static const char base64_chars[] =
|
||||
static const char base64_chars[] =
|
||||
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
|
||||
|
||||
static int
|
||||
static int
|
||||
pos(char c)
|
||||
{
|
||||
const char *p;
|
||||
|
Reference in New Issue
Block a user