--- a/src/Common/DAP.cc
+++ b/src/Common/DAP.cc
@@ -24,7 +24,8 @@
 }
 
 
-DAP::~DAP() {
+DAP::~DAP()
+{
     name = "";
 }
 
@@ -33,7 +34,7 @@
 }
 
 std::string DAP::info() const {
-    std::stringstream os;
+    std::ostringstream os;
     os << this->getName();
     return os.str();
 }