summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lasso/xml/saml_attribute_value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/saml_attribute_value.h b/lasso/xml/saml_attribute_value.h
index d690f29f..ea7929d5 100644
--- a/lasso/xml/saml_attribute_value.h
+++ b/lasso/xml/saml_attribute_value.h
@@ -54,7 +54,7 @@ struct _LassoSamlAttributeValue {
LassoNode parent;
/*< public >*/
- GList *any; /*of LassoNode */
+ GList *any; /* of LassoNode */
};
struct _LassoSamlAttributeValueClass {