aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-14 14:53:24 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-07-14 14:53:24 +0000
commit6698782fb791770d926280581102a92f28b446dd (patch)
treee19e68f3190768b27822e731cae80eaa669701d7
parent5d8654361451b217b1fc604f449554e74a11b70b (diff)
Minor formatting fix from code audit in cli.c
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3437 f38db490-d61c-443f-a65b-d21fe96a405b
-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);
}