changeset 692:d3511f846d47

Cosmetics (line wrapping)
author Mikael Berthe <mikael@lilotux.net>
date Thu, 09 Feb 2006 23:25:25 +0100
parents 3c0a0a993de8
children e98abd3ce28c
files mcabber/src/jab_iq.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/src/jab_iq.c	Thu Feb 09 23:21:49 2006 +0100
+++ b/mcabber/src/jab_iq.c	Thu Feb 09 23:25:25 2006 +0100
@@ -441,7 +441,8 @@
   char *os = NULL;
 
   // "from" has already been converted to user locale
-  scr_LogPrint(LPRINT_LOGNORM, "Received an IQ version request from <%s>", from);
+  scr_LogPrint(LPRINT_LOGNORM, "Received an IQ version request from <%s>",
+               from);
 
   senderquery = xmlnode_get_tag(xmldata, "query");
   if (!settings_opt_get_int("iq_version_hide_os")) {