aboutsummaryrefslogtreecommitdiffstats
path: root/channels/sig_pri.h
diff options
context:
space:
mode:
authorrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-03 16:24:13 +0000
committerrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-03 16:24:13 +0000
commit0b294293d9b4bc053f98116e9ed06d1b05b61c0b (patch)
treefef91d8d326e5c693d82276df3de5db4abac2c34 /channels/sig_pri.h
parenteb63be8a75fc22fb738655e6dde9442637533d34 (diff)
Trim trailing whitespace.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@210094 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/sig_pri.h')
-rw-r--r--channels/sig_pri.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/channels/sig_pri.h b/channels/sig_pri.h
index 135310371..ebf84e56c 100644
--- a/channels/sig_pri.h
+++ b/channels/sig_pri.h
@@ -91,7 +91,7 @@ struct sig_pri_callback {
#define SRVST_DBKEY "service-state"
/*! \brief The out-of-service SERVICE state */
#define SRVST_TYPE_OOS "O"
-/*! \brief SRVST_INITIALIZED is used to indicate a channel being out-of-service
+/*! \brief SRVST_INITIALIZED is used to indicate a channel being out-of-service
* The SRVST_INITIALIZED is mostly used maintain backwards compatibility but also may
* mean that the channel has not yet received a RESTART message. If a channel is
* out-of-service with this reason a RESTART message will result in the channel
@@ -153,7 +153,7 @@ struct sig_pri_chan {
struct ast_channel *owner;
- struct sig_pri_pri *pri;
+ struct sig_pri_pri *pri;
q931_call *call; /*!< opaque libpri call control structure */
int prioffset; /*!< channel number in span */