summaryrefslogtreecommitdiff
path: root/tao/Object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tao/Object.cpp')
-rw-r--r--tao/Object.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tao/Object.cpp b/tao/Object.cpp
index 6acd25d3d5d..2c69cecc82f 100644
--- a/tao/Object.cpp
+++ b/tao/Object.cpp
@@ -128,8 +128,7 @@ CORBA::Object::marshal (TAO_OutputCDR &cdr)
}
/*static*/ CORBA::Boolean
-CORBA::Object::marshal (const CORBA::Object_ptr x,
- TAO_OutputCDR &cdr)
+CORBA::Object::marshal (const CORBA::Object_ptr x, TAO_OutputCDR &cdr)
{
if (x == 0)
{