SELinux: ss/conditional.h whitespace, syntax, and other cleanups
This patch changes ss/conditional.h to fix whitespace and syntax issues. Things that are fixed may include (does not not have to include) location of * in pointer declarations Signed-off-by: Eric Paris <eparis@redhat.com> Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
parent
b19d8eae99
commit
ccb3cbeb4f
|
@ -59,10 +59,10 @@ struct cond_node {
|
|||
struct cond_node *next;
|
||||
};
|
||||
|
||||
int cond_policydb_init(struct policydb* p);
|
||||
void cond_policydb_destroy(struct policydb* p);
|
||||
int cond_policydb_init(struct policydb *p);
|
||||
void cond_policydb_destroy(struct policydb *p);
|
||||
|
||||
int cond_init_bool_indexes(struct policydb* p);
|
||||
int cond_init_bool_indexes(struct policydb *p);
|
||||
int cond_destroy_bool(void *key, void *datum, void *p);
|
||||
|
||||
int cond_index_bool(void *key, void *datum, void *datap);
|
||||
|
|
Loading…
Reference in New Issue