Browse Source

[2947] Delete trailing whitespace

Mukund Sivaraman 12 years ago
parent
commit
c7115f5b90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/factory.cc

+ 1 - 1
src/lib/datasrc/factory.cc

@@ -83,7 +83,7 @@ LibraryContainer::LibraryContainer(const std::string& name) {
     if (ds_lib_ == NULL) {
     if (ds_lib_ == NULL) {
         // This may cause the filename to appear twice in the actual
         // This may cause the filename to appear twice in the actual
         // error, but the output of dlerror is implementation-dependent
         // error, but the output of dlerror is implementation-dependent
-        isc_throw(DataSourceLibraryError, "dlopen failed for " << name << 
+        isc_throw(DataSourceLibraryError, "dlopen failed for " << name <<
                                           ": " << dlerror());
                                           ": " << dlerror());
     }
     }
 }
 }