Skip to content

Commit

Permalink
Indentation fix 2 on urecord
Browse files Browse the repository at this point in the history
One line was missing tab indentation

(cherry picked from commit 61efba2)
  • Loading branch information
Ozzyboshi authored and liviuchircu committed Aug 14, 2019
1 parent 0662d94 commit fb84a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/usrloc/urecord.c
Expand Up @@ -537,7 +537,7 @@ int cdb_add_ct_update(cdb_dict_t *updates, const ucontact_t *ct, char remove)
default:
LM_CRIT("unknown matching_mode %d\n", matching_mode);
return -1;
}
}

base64encode((unsigned char *)ctkeyb64_pkg_buf.s,
(unsigned char *)ctkey_pkg_buf.s, len);
Expand Down

0 comments on commit fb84a30

Please sign in to comment.