mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 12:37:08 +02:00
reformat code
This commit is contained in:
parent
fc6e1de3bf
commit
2a512a8d6a
2 changed files with 3 additions and 3 deletions
|
@ -202,8 +202,8 @@ void uts_logger(rfc3161_context *ct, int priority, char *fmt, ...) {
|
|||
free(out);
|
||||
}
|
||||
|
||||
const char *null_undef(const char * in){
|
||||
if(in == NULL)
|
||||
const char *null_undef(const char *in) {
|
||||
if (in == NULL)
|
||||
return "<undef>";
|
||||
return in;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue