Browse Source

[4265] Removed whitespaces

Thomas Markwalder 9 years ago
parent
commit
604b8e78a2
3 changed files with 3 additions and 3 deletions
  1. 1 1
      src/lib/dhcp/pkt6.h
  2. 1 1
      src/lib/eval/parser.yy
  3. 1 1
      src/lib/eval/tests/token_unittest.cc

+ 1 - 1
src/lib/dhcp/pkt6.h

@@ -285,7 +285,7 @@ public:
     const isc::asiolink::IOAddress&
     getRelay6PeerAddress(uint8_t relay_level) const;
 
-    /// 
+    ///
     /// @brief Returns all instances of specified type.
     ///
     /// Returns all instances of options of the specified type. DHCPv6 protocol

+ 1 - 1
src/lib/eval/parser.yy

@@ -282,7 +282,7 @@ nest_level : INTEGER
                  }
                  // Eventually we may add strings to handle different
                  // ways of choosing from which relay we want to extract
-                 // an option or field.  
+                 // an option or field.
            ;
 
 %%

+ 1 - 1
src/lib/eval/tests/token_unittest.cc

@@ -114,7 +114,7 @@ public:
     /// @param result_addr The expected result of the address as a string
     void verifyRelay6Option(const uint8_t test_level,
                             const uint16_t test_code,
-                       	    const TokenOption::RepresentationType& test_rep,
+                            const TokenOption::RepresentationType& test_rep,
                             const std::string& result_string) {
         // Create the token
         ASSERT_NO_THROW(t_.reset(new TokenRelay6Option(test_level,