summaryrefslogtreecommitdiff
path: root/TAO/CIAO/ciao/Deployment_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/ciao/Deployment_common.h')
-rw-r--r--TAO/CIAO/ciao/Deployment_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/CIAO/ciao/Deployment_common.h b/TAO/CIAO/ciao/Deployment_common.h
index 4e15401d7d8..725b6afd953 100644
--- a/TAO/CIAO/ciao/Deployment_common.h
+++ b/TAO/CIAO/ciao/Deployment_common.h
@@ -7,7 +7,7 @@
* objects of DAnCE toolchain.
*
* @author Gan Deng <dengg@dre.vanderbilt.edu>
- */
+ */
#ifndef DANCE_COMMON_H
#define DANCE_COMMON_H
@@ -40,7 +40,7 @@ namespace CIAO
bool operator==(const struct _component_binding & comp)
{
- if (this->name_ == comp.name_ &&
+ if (this->name_ == comp.name_ &&
this->plan_uuid_ == comp.plan_uuid_ &&
this->node_ == comp.node_)
return true;