summaryrefslogtreecommitdiff
path: root/TAO/tao/Unbounded_Octet_Sequence_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Unbounded_Octet_Sequence_T.h')
-rw-r--r--TAO/tao/Unbounded_Octet_Sequence_T.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Unbounded_Octet_Sequence_T.h b/TAO/tao/Unbounded_Octet_Sequence_T.h
index 5942c0c85f6..dbe1f4a604a 100644
--- a/TAO/tao/Unbounded_Octet_Sequence_T.h
+++ b/TAO/tao/Unbounded_Octet_Sequence_T.h
@@ -102,8 +102,7 @@ public:
{
// As we are in CORBA mode, all the data blocks would be aligned
// on an 8 byte boundary
- ACE_Message_Block msgb (*mb,
- ACE_CDR::MAX_ALIGNMENT);
+ ACE_Message_Block msgb (*mb, ACE_CDR::MAX_ALIGNMENT);
// Get the base pointer of the incoming message block
char *start = ACE_ptr_align_binary (mb->base (),