summaryrefslogtreecommitdiffstats
path: root/raul/Atom.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Atom.hpp')
-rw-r--r--raul/Atom.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/raul/Atom.hpp b/raul/Atom.hpp
index e25f4bd..c1ca366 100644
--- a/raul/Atom.hpp
+++ b/raul/Atom.hpp
@@ -95,8 +95,8 @@ public:
// Gotta love C++ boilerplate:
Atom(const Atom& copy)
- : _type(copy._type)
- , _blob_size(copy._blob_size)
+ : _type(copy._type)
+ , _blob_size(copy._blob_size)
{
switch (_type) {
case NIL: _blob_val = 0; break;