summaryrefslogtreecommitdiff
path: root/apps/app_getcpeid.c
diff options
context:
space:
mode:
authorSean Bright <sean.bright@gmail.com>2017-12-22 09:23:22 -0500
committerSean Bright <sean.bright@gmail.com>2017-12-22 09:23:22 -0500
commitfd0ca1c3f9b972a52d48a82b492fd6bac772dc78 (patch)
tree42d2a87726d196f4db1c68489007520a4c597062 /apps/app_getcpeid.c
parent9ef97b5a9191e51f1edc66bb17728fd9fe552c35 (diff)
Remove as much trailing whitespace as possible.
Change-Id: I873c1c6d00f447269bd841494459efccdd2c19c0
Diffstat (limited to 'apps/app_getcpeid.c')
-rw-r--r--apps/app_getcpeid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_getcpeid.c b/apps/app_getcpeid.c
index da0d3e67f..e0b9f1239 100644
--- a/apps/app_getcpeid.c
+++ b/apps/app_getcpeid.c
@@ -21,7 +21,7 @@
* \brief Get ADSI CPE ID
*
* \author Mark Spencer <markster@digium.com>
- *
+ *
* \ingroup applications
*/
@@ -104,7 +104,7 @@ static int cpeid_exec(struct ast_channel *chan, const char *idata)
cpeid[0], cpeid[1], cpeid[2], cpeid[3]);
else
strcpy(data[1], "CPEID Unknown");
- if (gotgeometry)
+ if (gotgeometry)
snprintf(data[2], 80, "Geom: %dx%d, %d buttons", width, height, buttons);
else
strcpy(data[2], "Geometry unknown");