Browse Source

[2726] Remove vertical space

Mukund Sivaraman 12 years ago
parent
commit
430c0c7e0c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/lib/dns/rrttl.cc

+ 0 - 1
src/lib/dns/rrttl.cc

@@ -75,7 +75,6 @@ parseTTLString(const string& ttlstr, uint32_t& ttlval, string* error_txt) {
     string::const_iterator pos = ttlstr.begin();
 
     try {
-
         // When we detect we have some units
         bool units_mode = false;