Indent code to improve the readibility
[bertos.git] / bertos / algo / md2.h
index 51be84889e509d8d560389d0b841d12bb35d2169..6ddc95131e86cc90db6823b95bad5670f8d7214a 100644 (file)
@@ -41,6 +41,9 @@
  *
  * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
+ *
+ * $WIZ$ module_name = "md2"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_md2.h"
  */
 
 #ifndef ALGO_MD2_H
@@ -49,7 +52,7 @@
 #include "cfg/cfg_md2.h"
 #include <cfg/compiler.h>
 
-#define NUM_COMPUTE_ROUNDS 18                        ///< Number of compute rounds.
+#define NUM_COMPUTE_ROUNDS 18                           ///< Number of compute rounds.
 #define COMPUTE_ARRAY_LEN  CONFIG_MD2_BLOCK_LEN * 3     ///< Lenght of compute array.
 #define MD2_DIGEST_LEN CONFIG_MD2_BLOCK_LEN
 /**