From fd9fa52e0014459079444bd7bfff7a40eef4e27a Mon Sep 17 00:00:00 2001 From: Sven Moritz Hallberg Date: Sat, 16 Feb 2008 18:17:29 +0100 Subject: indent fingerprints in 'otr info ' --- otr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/otr.c b/otr.c index 78fc688f..d30c8c93 100644 --- a/otr.c +++ b/otr.c @@ -1221,13 +1221,13 @@ void show_fingerprints(irc_t *irc, ConnContext *ctx) trust=fp->trust; } if(fp == ctx->active_fingerprint) { - irc_usermsg(irc, " \x02%s (%s)\x02", human, trust); + irc_usermsg(irc, " \x02%s (%s)\x02", human, trust); } else { - irc_usermsg(irc, " %s (%s)", human, trust); + irc_usermsg(irc, " %s (%s)", human, trust); } } if(count==0) - irc_usermsg(irc, " (none)"); + irc_usermsg(irc, " (none)"); } Fingerprint *match_fingerprint(irc_t *irc, ConnContext *ctx, const char **args) -- cgit v1.2.3