Re-format code to avoid overly long lines and declarations
This commit is contained in:
+4
-1
@@ -198,7 +198,10 @@ struct UCLogDestination *uc_log_new_stderr(enum UC_LOG_LEVEL log_level, int log_
|
||||
return dest;
|
||||
}
|
||||
|
||||
struct UCLogDestination *uc_log_new_syslog(const char *ident, int facility, enum UC_LOG_LEVEL log_level, int log_location)
|
||||
struct UCLogDestination *uc_log_new_syslog(const char *ident,
|
||||
int facility,
|
||||
enum UC_LOG_LEVEL log_level,
|
||||
int log_location)
|
||||
{
|
||||
struct UCLogDestination *dest = calloc(1, sizeof *dest);
|
||||
char *id;
|
||||
|
||||
Reference in New Issue
Block a user