aboutsummaryrefslogtreecommitdiff
path: root/lout/object.cc
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-02-09 14:56:31 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-02-09 14:56:31 -0300
commite32686c10a4f4fe7c34b181845220b5c491f32fb (patch)
treec090052c311a3a1732d03dc17fe357f97437b397 /lout/object.cc
parent74f64426001a693759e47963f99965e0e6ee847d (diff)
whitespace cleanup: 's/ +$//g'
Diffstat (limited to 'lout/object.cc')
-rw-r--r--lout/object.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lout/object.cc b/lout/object.cc
index 684bb8fa..beef4005 100644
--- a/lout/object.cc
+++ b/lout/object.cc
@@ -271,7 +271,7 @@ int PairBase::hashValue()
value ^= first->hashValue();
if (second)
value ^= second->hashValue();
-
+
return value;
}