Some fix to compile run test check.
[bertos.git] / bertos / sec / kdf / pbkdf2.h
index 43d44d189f6a189d204c57831ed67d689134ec75..3a313711665bd8cd4518395aa54bd6b4b78f8389 100644 (file)
@@ -32,7 +32,7 @@
  *
  * \brief PBKDF2 implementation
  * \author Giovanni Bajo <rasky@develer.com>
- * 
+ *
  */
 
 #ifndef SEC_KDF_PBKDF2_H
@@ -41,7 +41,7 @@
 #include <sec/kdf.h>
 #include <sec/mac.h>
 
-typedef struct 
+typedef struct
 {
        Kdf kdf;
        Mac *mac;