Changeset fd9fa52


Ignore:
Timestamp:
2008-02-16T17:17:29Z (16 years ago)
Author:
Sven Moritz Hallberg <sm@…>
Branches:
master
Children:
ba5add7
Parents:
4eb4c0f
Message:

indent fingerprints in 'otr info <buddy>'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • otr.c

    r4eb4c0f rfd9fa52  
    12221222                }
    12231223                if(fp == ctx->active_fingerprint) {
    1224                         irc_usermsg(irc, "  \x02%s (%s)\x02", human, trust);
     1224                        irc_usermsg(irc, "    \x02%s (%s)\x02", human, trust);
    12251225                } else {
    1226                         irc_usermsg(irc, "  %s (%s)", human, trust);
     1226                        irc_usermsg(irc, "    %s (%s)", human, trust);
    12271227                }
    12281228        }
    12291229        if(count==0)
    1230                 irc_usermsg(irc, "  (none)");
     1230                irc_usermsg(irc, "    (none)");
    12311231}
    12321232
Note: See TracChangeset for help on using the changeset viewer.