summaryrefslogtreecommitdiff
path: root/apps/app_echo.c
diff options
context:
space:
mode:
authorMichiel van Baak <michiel@vanbaak.info>2008-02-09 11:27:10 +0000
committerMichiel van Baak <michiel@vanbaak.info>2008-02-09 11:27:10 +0000
commit4dccb58fb7f8fd8a2a0e5dba0f4d58b39c277022 (patch)
treee41e80e4e3a91bbae96d141e8300a25335865986 /apps/app_echo.c
parent9d4d240b941e547912438487d5b91567803da743 (diff)
whitespace fixes only.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@103249 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_echo.c')
-rw-r--r--apps/app_echo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_echo.c b/apps/app_echo.c
index 89242ffa0..1a8abe9f0 100644
--- a/apps/app_echo.c
+++ b/apps/app_echo.c
@@ -21,7 +21,7 @@
* \brief Echo application -- play back what you hear to evaluate latency
*
* \author Mark Spencer <markster@digium.com>
- *
+ *
* \ingroup applications
*/
@@ -37,7 +37,7 @@ static char *app = "Echo";
static char *synopsis = "Echo audio, video, or DTMF back to the calling party";
-static char *descrip =
+static char *descrip =
" Echo(): This application will echo any audio, video, or DTMF frames read from\n"
"the calling channel back to itself. If the DTMF digit '#' is received, the\n"
"application will exit.\n";