diff options
Diffstat (limited to 'src/otr')
-rw-r--r-- | src/otr/otr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otr/otr.c b/src/otr/otr.c index 1cf1072c..5f45e23c 100644 --- a/src/otr/otr.c +++ b/src/otr/otr.c @@ -292,7 +292,7 @@ otr_on_message_recv(const char* const barejid, const char* const resource, const prof_otrpolicy_t policy = otr_get_policy(barejid); char* whitespace_base = strstr(message, OTRL_MESSAGE_TAG_BASE); - //check for OTR whitespace (opportunistic or always) + // check for OTR whitespace (opportunistic or always) if (policy == PROF_OTRPOLICY_OPPORTUNISTIC || policy == PROF_OTRPOLICY_ALWAYS) { if (whitespace_base) { if (strstr(message, OTRL_MESSAGE_TAG_V2) || strstr(message, OTRL_MESSAGE_TAG_V1)) { |