am 6d6c617f: Merge "Whitespace and doxygen fix"

* commit '6d6c617f6d6644c71bd83a0a17d258b4041c98cf':
  Whitespace and doxygen fix
diff --git a/tools/check_seapp.c b/tools/check_seapp.c
index dea2e5f..8001cea 100644
--- a/tools/check_seapp.c
+++ b/tools/check_seapp.c
@@ -163,7 +163,7 @@
                 { .name = "type",           .type = dt_string, .dir = dir_out, .data = NULL },
                 { .name = "levelFromUid",   .type = dt_bool,   .dir = dir_out, .data = NULL },
                 { .name = "level",          .type = dt_string, .dir = dir_out, .data = NULL },
-			};
+};
 
 /**
  * Head pointer to a linked list of
@@ -230,6 +230,8 @@
  * 	The key map to check
  * @param lineno
  * 	The line number in the source file for the corresponding key map
+ * @return
+ * 	1 if valid, 0 if invalid
  */
 static int key_map_validate(key_map *m, int lineno) {