Skip to content

Commit e1d2d53

Browse files
committed
Fix coding style issues in sds_priv.h
1 parent 33e61c2 commit e1d2d53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DS/sds_priv.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ xmlDocPtr ds_sds_compose_xmlDoc_from_xccdf(const char *xccdf_file);
4646
xmlDocPtr ds_sds_compose_xmlDoc_from_xccdf_source(struct oscap_source *xccdf_source);
4747

4848
xmlNodePtr lookup_component_in_collection(xmlDocPtr doc, const char *component_id);
49-
xmlNodePtr ds_sds_find_component_ref(xmlNodePtr datastream, const char* id);
49+
xmlNodePtr ds_sds_find_component_ref(xmlNodePtr datastream, const char *id);
5050

51-
char* ds_sds_mangle_filepath(const char* filepath);
51+
char *ds_sds_mangle_filepath(const char *filepath);
5252

5353
OSCAP_HIDDEN_END;
5454
#endif

0 commit comments

Comments
 (0)