Skip to content
Snippets Groups Projects
Commit fff2980a authored by William Roberts's avatar William Roberts
Browse files

Whitespace and doxygen fix

Change-Id: I7b6ad050051854120dc8031b17da6aec0e644be3
parent c34a2527
No related branches found
No related tags found
No related merge requests found
...@@ -163,7 +163,7 @@ key_map rules[] = { ...@@ -163,7 +163,7 @@ key_map rules[] = {
{ .name = "type", .type = dt_string, .dir = dir_out, .data = NULL }, { .name = "type", .type = dt_string, .dir = dir_out, .data = NULL },
{ .name = "levelFromUid", .type = dt_bool, .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 }, { .name = "level", .type = dt_string, .dir = dir_out, .data = NULL },
}; };
/** /**
* Head pointer to a linked list of * Head pointer to a linked list of
...@@ -230,6 +230,8 @@ int check_type(sepol_policydb_t *db, char *type) { ...@@ -230,6 +230,8 @@ int check_type(sepol_policydb_t *db, char *type) {
* The key map to check * The key map to check
* @param lineno * @param lineno
* The line number in the source file for the corresponding key map * 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) { static int key_map_validate(key_map *m, int lineno) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment