Some whitespace fixes.

This commit is contained in:
Tobias Brunner 2010-04-06 12:56:06 +02:00
parent e41932320c
commit 0a4dc78755
5 changed files with 8 additions and 8 deletions

View File

@ -92,7 +92,7 @@ bool pem_encoder_encode(key_encoding_type_t type, chunk_t *encoding,
len -= written;
/* replace termination null character with newline */
*pos = '\n';
*pos = '\n';
pos++;
len--;