removed some useless spaces; not very important, I know :)
[senf.git] / Packets / IntParser.ih
index 404c3cc..9ad8a1d 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
 // Copyright (C) 2006
-// Fraunhofer Institute for Open Communication Systems (FOKUS) 
-// Competence Center NETwork research (NET), St. Augustin, GERMANY 
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
@@ -96,7 +96,7 @@ namespace packet {
     // Network byte order integer extraction
 
     /** \brief Internal: Extract 16bit network byte order value
-        
+
         \internal
      */
     inline boost::uint16_t parse_uint16(iterator i)
@@ -105,7 +105,7 @@ namespace packet {
     }
 
     /** \brief Internal: Write 16bit network byte order value
-        
+
         \internal
      */
     inline void write_uint16(iterator i, boost::uint16_t v)
@@ -115,7 +115,7 @@ namespace packet {
     }
 
     /** \brief Internal: Extract 24bit network byte order value
-        
+
         \internal
      */
     inline boost::uint32_t parse_uint24(iterator i)
@@ -124,7 +124,7 @@ namespace packet {
     }
 
     /** \brief Internal: Write 24bit network byte order value
-        
+
         \internal
      */
     inline void write_uint24(iterator i, boost::uint32_t v)
@@ -135,7 +135,7 @@ namespace packet {
     }
 
     /** \brief Internal: Extract 32bit network byte order value
-        
+
         \internal
      */
     inline boost::uint32_t parse_uint32(iterator i)
@@ -144,7 +144,7 @@ namespace packet {
     }
 
     /** \brief Internal: Write 32bit network byte order value
-        
+
         \internal
      */
     inline void write_uint32(iterator i, boost::uint32_t v)
@@ -158,7 +158,7 @@ namespace packet {
     ///////////////////////////////////////////////////////////////////////////
     // bitfield extraction
 
-    // Doxygen doesn't like this stuff ... 
+    // Doxygen doesn't like this stuff ...
 
 #   ifndef DOXYGEN
 
@@ -245,7 +245,7 @@ namespace packet {
     /** \brief Internal: Bitfield read/write helper
 
         \internal
-        
+
         Using template specializations, this class provides optimized bitfield parsers and
         writers. For each number of bytes the bitfield covers (from 1 to 5 bytes), a template
         specialization is provided in \c parse_bitfield_i.