summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2007-01-06 22:52:28 +0000
committerFrederic Peters <fpeters@entrouvert.com>2007-01-06 22:52:28 +0000
commit685adebeec94ad33002c065805625ec859e5df37 (patch)
treea16f8585b8a2baa5d63ba72974c77147e5120d7a
parentb5806c8935459f133ea6d42352795f9d5a6515f4 (diff)
removing spaces from otherwise white lines
-rw-r--r--lasso/id-wsf/authentication.c2
-rw-r--r--lasso/xml/xml.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/lasso/id-wsf/authentication.c b/lasso/id-wsf/authentication.c
index 4363d23a..451c0cae 100644
--- a/lasso/id-wsf/authentication.c
+++ b/lasso/id-wsf/authentication.c
@@ -110,7 +110,7 @@ lasso_authentication_client_start(LassoAuthentication *authentication)
g_free(request->mechanism);
request->mechanism = g_strdup(mechusing);
}
-
+
if (outlen > 0) {
outbase64 = xmlSecBase64Encode((xmlChar*)out, outlen, 0);
request->Data = g_list_append(request->Data, outbase64);
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c
index 89330d25..36686bbf 100644
--- a/lasso/xml/xml.c
+++ b/lasso/xml/xml.c
@@ -300,7 +300,7 @@ lasso_node_export_to_paos_request(LassoNode *node, const char *issuer,
(xmlChar*)LASSO_SAML2_ASSERTION_PREFIX);
xmlNewTextChild(ecp_request, saml_ns, (xmlChar*)"Issuer", (const xmlChar*)issuer);
xmlAddChild(header, ecp_request);
-
+
/* ECP relay state block */
if (relay_state) {
ecp_relay_state = xmlNewNode(NULL, (xmlChar*)"RelayState");
@@ -521,7 +521,7 @@ lasso_node_encrypt(LassoNode *lasso_node, xmlSecKey *encryption_public_key,
message(G_LOG_LEVEL_WARNING, "Failed to add key info");
return NULL;
}
-
+
/* set key name so we can lookup key when needed */
/* if (xmlSecTmplKeyInfoAddKeyName(key_info_node2, "this is the key name") == NULL) { */
/* message(G_LOG_LEVEL_WARNING, "Failed to add key name"); */