]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2108] Delete trailing whitespace
authorMukund Sivaraman <muks@isc.org>
Fri, 7 Sep 2012 04:31:08 +0000 (10:01 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 7 Sep 2012 04:31:08 +0000 (10:01 +0530)
src/lib/datasrc/memory/memory_client.cc

index 3a00894f06e4bba1630e4a9e339c989a239c806f..bbaa40ef03e713cfc58735f9d08a6ade0dd47088 100644 (file)
@@ -877,7 +877,7 @@ InMemoryClient::getIterator(const Name& name, bool separate_rrs) const {
     }
 
     return (ZoneIteratorPtr(new MemoryIterator(
-                                getClass(), 
+                                getClass(),
                                 result.zone_data->getZoneTree(), name,
                                 separate_rrs)));
 }