src/common/trailer.h
changeset 111 ad64f88919b5
parent 110 9ac6d63bfe33
child 122 6b8f1eda5c57
--- a/src/common/trailer.h	Mon Oct 02 14:34:53 2006 +0200
+++ b/src/common/trailer.h	Mon Oct 02 14:37:46 2006 +0200
@@ -48,10 +48,10 @@
     virtual ~Trailer () = 0;
 
     void print (std::ostream &os) const;
-	uint32_t getSize (void) const;
+    uint32_t getSize (void) const;
     void serialize (Buffer::Iterator start) const;
     void deserialize (Buffer::Iterator start);
-	bool isDeserialized (void) const;
+    bool isDeserialized (void) const;
 private:
     bool m_isDeserialized;
     /**
@@ -60,10 +60,10 @@
      */
     virtual void printTo (std::ostream &os) const = 0;
 
-	/**
-	 * \returns the size of the serialized Trailer.
-	 */
-	virtual uint32_t getSerializedSize (void) const = 0;
+    /**
+     * \returns the size of the serialized Trailer.
+     */
+    virtual uint32_t getSerializedSize (void) const = 0;
 
     /**
      * \param start the buffer iterator in which the protocol trailer