aboutsummaryrefslogtreecommitdiffstats
path: root/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'cli.c')
-rwxr-xr-xcli.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cli.c b/cli.c
index 629b4976b..dcc88072a 100755
--- a/cli.c
+++ b/cli.c
@@ -47,8 +47,7 @@ void ast_cli(int fd, char *fmt, ...)
va_end(ap);
if (res == -1) {
ast_log(LOG_ERROR, "Out of memory\n");
- }
- else {
+ } else {
ast_carefulwrite(fd, stuff, strlen(stuff), 100);
free(stuff);
}