mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-19 11:42:27 +00:00
another nickpick on formatting
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2046 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
cli.c
2
cli.c
@@ -153,7 +153,7 @@ static int handle_unload(int fd, int argc, char *argv[])
|
|||||||
return RESULT_SUCCESS;
|
return RESULT_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define MODLIST_FORMAT "%-20s %-40.40s %-10d\n"
|
#define MODLIST_FORMAT "%-25s %-40.40s %-10d\n"
|
||||||
#define MODLIST_FORMAT2 "%-25s %-40.40s %-10s\n"
|
#define MODLIST_FORMAT2 "%-25s %-40.40s %-10s\n"
|
||||||
|
|
||||||
static ast_mutex_t climodentrylock = AST_MUTEX_INITIALIZER;
|
static ast_mutex_t climodentrylock = AST_MUTEX_INITIALIZER;
|
||||||
|
Reference in New Issue
Block a user