commit | 6c5abfa42b8c2a8c6a812c34bf3fa04439db254a | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Feb 13 14:12:07 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Feb 13 14:12:07 2015 +0000 |
tree | e74b4be8db21fcfbd2f82eefefb6591fbf46b2e8 | |
parent | 013bffe5a711e877bef42587ab5862d1d8e11c9d [diff] |
Style: fix trailing spaces
diff --git a/include/polarssl/cipher_wrap.h b/include/polarssl/cipher_wrap.h index ffa8c53..92dfe45 100644 --- a/include/polarssl/cipher_wrap.h +++ b/include/polarssl/cipher_wrap.h
@@ -31,7 +31,7 @@ #else #include POLARSSL_CONFIG_FILE #endif - + #include "cipher.h" #ifdef __cplusplus
diff --git a/include/polarssl/md_wrap.h b/include/polarssl/md_wrap.h index 2cb6e51..92c3a2c 100644 --- a/include/polarssl/md_wrap.h +++ b/include/polarssl/md_wrap.h
@@ -31,7 +31,7 @@ #else #include POLARSSL_CONFIG_FILE #endif - + #include "md.h" #ifdef __cplusplus