aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-signature.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-signature.c')
-rw-r--r--e-util/e-signature.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/e-signature.c b/e-util/e-signature.c
index 434ba1c4b4..185378d565 100644
--- a/e-util/e-signature.c
+++ b/e-util/e-signature.c
@@ -404,7 +404,8 @@ e_signature_uid_from_xml (const gchar *xml)
* Returns: %TRUE if the signature was loaded or %FALSE otherwise
**/
gboolean
-e_signature_set_from_xml (ESignature *signature, const gchar *xml)
+e_signature_set_from_xml (ESignature *signature,
+ const gchar *xml)
{
gboolean changed = FALSE;
xmlNodePtr node, cur;