]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2726] Remove vertical space
authorMukund Sivaraman <muks@isc.org>
Mon, 17 Jun 2013 10:46:20 +0000 (16:16 +0530)
committerMukund Sivaraman <muks@isc.org>
Mon, 17 Jun 2013 10:46:20 +0000 (16:16 +0530)
src/lib/dns/rrttl.cc

index 5a567b29412594542b90cd0dd2bc5eeec15fd3a0..f4b02c011af10eae097bc7876d080d350316e6ed 100644 (file)
@@ -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;