src/common/trailer.cc
changeset 111 ad64f88919b5
parent 110 9ac6d63bfe33
child 122 6b8f1eda5c57
--- a/src/common/trailer.cc	Mon Oct 02 14:34:53 2006 +0200
+++ b/src/common/trailer.cc	Mon Oct 02 14:37:46 2006 +0200
@@ -35,7 +35,7 @@
 uint32_t
 Trailer::getSize (void) const
 {
-	return getSerializedSize ();
+    return getSerializedSize ();
 }
 void 
 Trailer::serialize (Buffer::Iterator start) const
@@ -51,7 +51,7 @@
 bool 
 Trailer::isDeserialized (void) const
 {
-	return m_isDeserialized;
+    return m_isDeserialized;
 }