Reformat: delete trailing whitespace
[metaproxy-moved-to-github.git] / src / pipe.hpp
index f2e4a31..db57499 100644 (file)
@@ -29,7 +29,7 @@ namespace metaproxy_1 {
     class Pipe {
         class Error : public std::runtime_error {
         public:
-            Error(const std::string msg) 
+            Error(const std::string msg)
                 : std::runtime_error("Pipe error: " + msg) {};
         };
         class Rep;