mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 23:38:23 +00:00
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
This commit is contained in:
@@ -167,7 +167,7 @@ static char *handle_cli_threadstorage_show_allocations(struct ast_cli_entry *e,
|
||||
pthread_mutex_unlock(&threadstoragelock);
|
||||
|
||||
ast_cli(a->fd, "%10d bytes allocated in %d allocation%s\n", (int) len, count, count > 1 ? "s" : "");
|
||||
|
||||
|
||||
return CLI_SUCCESS;
|
||||
}
|
||||
|
||||
@@ -226,7 +226,7 @@ static char *handle_cli_threadstorage_show_summary(struct ast_cli_entry *e, int
|
||||
}
|
||||
|
||||
pthread_mutex_unlock(&threadstoragelock);
|
||||
|
||||
|
||||
AST_LIST_TRAVERSE(&file_summary, file, entry) {
|
||||
len += file->len;
|
||||
count += file->count;
|
||||
@@ -262,4 +262,3 @@ void threadstorage_init(void)
|
||||
}
|
||||
|
||||
#endif /* !defined(DEBUG_THREADLOCALS) */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user