aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/Updates.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Updates.cpp')
-rw-r--r--src/engine/Updates.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/Updates.cpp b/src/engine/Updates.cpp
index aabd4fb..16717e4 100644
--- a/src/engine/Updates.cpp
+++ b/src/engine/Updates.cpp
@@ -61,8 +61,8 @@ read_set(SharedPtr<UpdateBuffer> buf,
*value = Raul::Atom(atom.size, atom.type, NULL);
buf->read(atom.size, value->get_body());
- return sizeof(update_type) + sizeof(*subject) + sizeof(*key) +
- sizeof(LV2_Atom) + atom.size;
+ return sizeof(update_type) + sizeof(*subject) + sizeof(*key)
+ + sizeof(LV2_Atom) + atom.size;
}
}