summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-05-20 09:52:28 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-05-20 09:52:28 +0000
commit6ddc1899ca49a39db961cf185db10d1f697cf006 (patch)
tree017b833e607d0a83c56f5c01efeb4bf3fc1eab50
parent26671f6e1a386f0d2ddac82d15d129486c5145f8 (diff)
downloadATCD-6ddc1899ca49a39db961cf185db10d1f697cf006.tar.gz
Mon May 20 09:50:30 UTC 2013 Simon Massey <simon dot massey at prismtech dot com>
Fix fuzz warning about a white-space trailing a comment line.
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp4
-rw-r--r--TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp2
3 files changed, 9 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 3f3892b9ef6..75ced7f7cb7 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Mon May 20 09:50:30 UTC 2013 Simon Massey <simon dot massey at prismtech dot com>
+
+ * TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp:
+ * TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp:
+
+ Fix fuzz warning about a white-space trailing a comment line.
+
Mon May 20 07:47:30 UTC 2013 Simon Massey <simon dot massey at prismtech dot com>
* bin/tao_other_test.lst:
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp
index 453b1f24afc..769b6169df5 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_ch.cpp
@@ -1,5 +1,3 @@
-
-
//=============================================================================
/**
* @file valuetype_obv_ch.cpp
@@ -203,7 +201,7 @@ be_visitor_valuetype_obv_ch::visit_valuetype (be_valuetype *node)
// Virtual _copy_value() only provided in OBV_* class when
// ::CORBA::DefaultValueRefCountBase has been included.
// The OBV_ class is concrete in this case and so requires
- // a _copy_value definition.
+ // a _copy_value definition.
// Otherwise, the end user derives from this abstract
// OBV_* class and it is up to them to provide the correct
// implimentation of the _copy_value() there.
diff --git a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp
index eb13c32afa5..6d2e4547730 100644
--- a/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp
+++ b/TAO/TAO_IDL/be/be_visitor_valuetype/valuetype_obv_cs.cpp
@@ -95,7 +95,7 @@ be_visitor_valuetype_obv_cs::visit_valuetype (be_valuetype *node)
// Virtual _copy_value() only provided in OBV_* class when
// ::CORBA::DefaultValueRefCountBase has been included.
// The OBV_ class is concrete in this case and so requires
- // a _copy_value definition.
+ // a _copy_value definition.
// Otherwise, the end user must derive from this abstract
// OBV_* class and it is up to them to provide the correct
// implimentation of the _copy_value() there.