summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorokellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-08 13:02:36 +0000
committerokellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-12-08 13:02:36 +0000
commit47085d72b9a34b63d500937016284874d0996385 (patch)
tree05631245444b0db5da0ad33b2dc908b3c20e31ae
parente6a7680766fd9afb6f225b12133e8256e01eeac6 (diff)
downloadATCD-47085d72b9a34b63d500937016284874d0996385.tar.gz
Remove trailing spaces
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/AVStreams_i.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/AVStreams_i.cpp b/TAO/orbsvcs/orbsvcs/AV/AVStreams_i.cpp
index f6e2561b119..c91c63ca969 100644
--- a/TAO/orbsvcs/orbsvcs/AV/AVStreams_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/AV/AVStreams_i.cpp
@@ -1389,16 +1389,16 @@ TAO_StreamCtrl::modify_QoS (AVStreams::streamQoS &new_qos,
{
ACE_TRY
{
-
+
AVStreams::flowSpec in_flowspec;
AVStreams::flowSpec out_flowspec;
-
+
in_flowspec.length (0);
out_flowspec.length (0);
-
+
int in_index = 0;
int out_index = 0;
-
+
AVStreams::flowSpec flowspec;
if (the_spec.length () == 0)
{
@@ -1415,11 +1415,11 @@ TAO_StreamCtrl::modify_QoS (AVStreams::streamQoS &new_qos,
{
flowspec = the_spec;
}
-
+
if (TAO_debug_level > 0)
- ACE_DEBUG ((LM_DEBUG,
+ ACE_DEBUG ((LM_DEBUG,
"TAO_StreamCtrl::modify_QoS\n"));
-
+
for (u_int i=0;i < flowspec.length ();i++)
{