Commit c6422b5c authored by Federico G. Schwindt's avatar Federico G. Schwindt

Whitespace

parent 32877991
......@@ -47,7 +47,7 @@ static const struct b64_alphabet {
ILL, ILL, ILL, ILL, ILL, ILL, ILL, ILL,
ILL, ILL, ILL, 62, ILL, ILL, ILL, 63, /* +, - */
52, 53, 54, 55, 56, 57, 58, 59, /* 0 - 7 */
60, 61, ILL, ILL, ILL, PAD, ILL, ILL, /* 8, 9, = */
60, 61, ILL, ILL, ILL, PAD, ILL, ILL, /* 8, 9, = */
ILL, 0, 1, 2, 3, 4, 5, 6, /* A - G */
7, 8, 9, 10, 11, 12, 13, 14, /* H - O */
15, 16, 17, 18, 19, 20, 21, 22, /* P - W */
......@@ -86,7 +86,7 @@ static const struct b64_alphabet {
ILL, ILL, ILL, ILL, ILL, ILL, ILL, ILL,
ILL, ILL, ILL, ILL, ILL, 62, ILL, ILL, /* - */
52, 53, 54, 55, 56, 57, 58, 59, /* 0 - 7 */
60, 61, ILL, ILL, ILL, PAD, ILL, ILL, /* 8, 9, = */
60, 61, ILL, ILL, ILL, PAD, ILL, ILL, /* 8, 9, = */
ILL, 0, 1, 2, 3, 4, 5, 6, /* A - G */
7, 8, 9, 10, 11, 12, 13, 14, /* H - O */
15, 16, 17, 18, 19, 20, 21, 22, /* P - W */
......@@ -125,7 +125,7 @@ static const struct b64_alphabet {
ILL, ILL, ILL, ILL, ILL, ILL, ILL, ILL,
ILL, ILL, ILL, ILL, ILL, 62, ILL, ILL, /* - */
52, 53, 54, 55, 56, 57, 58, 59, /* 0 - 7 */
60, 61, ILL, ILL, ILL, ILL, ILL, ILL, /* 8, 9 */
60, 61, ILL, ILL, ILL, ILL, ILL, ILL, /* 8, 9 */
ILL, 0, 1, 2, 3, 4, 5, 6, /* A - G */
7, 8, 9, 10, 11, 12, 13, 14, /* H - O */
15, 16, 17, 18, 19, 20, 21, 22, /* P - W */
......
......@@ -64,7 +64,7 @@ size_t len_f(size_t);
* otherwise, the number of bytes written (note that this does not
* include any terminating null byte)
*/
typedef
typedef
ssize_t encode_f(const enum encoding enc, char *restrict const buf,
const size_t buflen, const char *restrict const in,
const size_t inlen);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment