summaryrefslogtreecommitdiff
path: root/plugins/unistim/key.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-02-25 15:42:35 -0500
committerBill Meier <wmeier@newsguy.com>2014-02-25 20:46:49 +0000
commit11b5c15fdb815a2af400bfddef944dbac41a434a (patch)
treee7217ebcff4d4d9f7f95d0342b6776547e5537c3 /plugins/unistim/key.h
parentc55c57ad72acda8cbce2841bc237f966bad5ae5b (diff)
downloadwireshark-11b5c15fdb815a2af400bfddef944dbac41a434a.tar.gz
Remove trailing whitespace
Change-Id: I8116f63ff88687c8db3fd6e8e23b22ab2f759af0 Reviewed-on: https://code.wireshark.org/review/385 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'plugins/unistim/key.h')
-rw-r--r--plugins/unistim/key.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/unistim/key.h b/plugins/unistim/key.h
index e3afb88f58..77d43b1bb2 100644
--- a/plugins/unistim/key.h
+++ b/plugins/unistim/key.h
@@ -1,5 +1,5 @@
/* key.h
- * header field declarations, value_string def and true_false_string
+ * header field declarations, value_string def and true_false_string
* definitions for key manager messages
* Copyright 2007 Don Newton <dnewton@cypresscom.net>
*
@@ -108,7 +108,7 @@ static const value_string key_phone_msgs[]={
{0,NULL}
};
-
+
static const true_false_string key_release={
"The Key code will be sent when a valid key release occurs",
"No command will be sent when a key is released"
@@ -125,7 +125,7 @@ static const true_false_string acd_supervisor={
"ACD supervisor path and indicator controlled by the Switch",
"ACD supervisor path and indicator controlled by the Phone"
};
-
+
static const value_string local_dialpad_feedback[]={
{0x00,"No tone feedback provided when a dial pad key is depressed"},
{0x01,"Short 'click' provided when a dial pad key is depressed"},
@@ -149,7 +149,7 @@ static const value_string led_ids[]={
{0x03,"Mute LED"},
{0,NULL}
};
-
+
static const value_string led_cadences[]={
{0x00,"Off"},
{0x01,"On"},