summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Message.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/Message.h')
-rw-r--r--src/uscxml/Message.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/uscxml/Message.h b/src/uscxml/Message.h
index 5f558e8..242547a 100644
--- a/src/uscxml/Message.h
+++ b/src/uscxml/Message.h
@@ -125,13 +125,13 @@ public:
return false;
if (other.node != node)
return false;
-
+
return true;
- }
+ }
bool operator!=(const Data &other) const {
- return !(*this == other);
- }
+ return !(*this == other);
+ }
operator std::string() const {
return atom;