aboutsummaryrefslogtreecommitdiffstats
path: root/otr.c
diff options
context:
space:
mode:
authorSven Moritz Hallberg <sm@khjk.org>2008-02-17 14:24:48 +0100
committerSven Moritz Hallberg <sm@khjk.org>2008-02-17 14:24:48 +0100
commitfcfd9c56a81a993d86f18c792b1584ec5c5dca99 (patch)
tree9c7bfc4c80ab753743bd625369e5bf9532f8ac82 /otr.c
parent4d8fbe809475aeed7fd073a328b53414642194b0 (diff)
tabidy some indentation
Diffstat (limited to 'otr.c')
-rw-r--r--otr.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/otr.c b/otr.c
index 3e953854..bd76e2ea 100644
--- a/otr.c
+++ b/otr.c
@@ -249,11 +249,11 @@ void otr_load(irc_t *irc)
if(kg) {
irc_usermsg(irc, "Notice: "
"The accounts above do not have OTR encryption keys associated with them, yet. "
- "These keys are now being generated in the background. "
- "You will be notified as they are completed. "
- "It is not necessary to wait; "
- "BitlBee can be used normally during key generation. "
- "You may safely ignore this message if you don't know what OTR is. ;)");
+ "These keys are now being generated in the background. "
+ "You will be notified as they are completed. "
+ "It is not necessary to wait; "
+ "BitlBee can be used normally during key generation. "
+ "You may safely ignore this message if you don't know what OTR is. ;)");
}
}