summaryrefslogtreecommitdiffstats
path: root/src/core/ephraim_roster.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ephraim_roster.erl')
-rw-r--r--src/core/ephraim_roster.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ephraim_roster.erl b/src/core/ephraim_roster.erl
index b0fa7cf..e9eb9f8 100644
--- a/src/core/ephraim_roster.erl
+++ b/src/core/ephraim_roster.erl
@@ -168,7 +168,7 @@ get_alias(Roster, JID) ->
{ok, Entry} ->
case Entry#roster_entry.name of
undefined ->
- case dict:find('NICKNAME',Entry#roster_entry.vcard) of
+ case dict:find('NICKNAME', Entry#roster_entry.vcard) of
{ok, Value} ->
Value;
error ->