From 3a90a8c37c86ebb02402c1c2070ffb260ada8636 Mon Sep 17 00:00:00 2001 From: Mark Spruiell Date: Fri, 21 Nov 2003 00:16:13 +0000 Subject: add missing newline --- cpp/src/slice2java/Gen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/slice2java/Gen.cpp') diff --git a/cpp/src/slice2java/Gen.cpp b/cpp/src/slice2java/Gen.cpp index cfb70dd5c8f..ef533a1b235 100644 --- a/cpp/src/slice2java/Gen.cpp +++ b/cpp/src/slice2java/Gen.cpp @@ -2293,7 +2293,7 @@ Slice::Gen::HelperVisitor::visitClassDefStart(const ClassDefPtr& p) out << sb; if(op->returnsData()) { - out << "__checkTwowayOnly(\"" << opName << "\");"; + out << nl << "__checkTwowayOnly(\"" << opName << "\");"; } out << nl << "Ice._ObjectDel __delBase = __getDelegate();"; out << nl << '_' << name << "Del __del = (_" << name << "Del)__delBase;"; @@ -2356,7 +2356,7 @@ Slice::Gen::HelperVisitor::visitClassDefStart(const ClassDefPtr& p) out << sb; if(op->returnsData()) { - out << "__checkTwowayOnly(\"" << opName << "\");"; + out << nl << "__checkTwowayOnly(\"" << opName << "\");"; } out << nl << "Ice._ObjectDel __delBase = __getDelegate();"; out << nl << '_' << name << "Del __del = (_" << name -- cgit v1.2.3