]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_string.cpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / print_string.cpp
index 8cf3b5bc6d2048650c670eeece3f1317587dcf66..acd25b74dcf744840ecea823a49c8f8d1650baa5 100644 (file)
@@ -1,22 +1,22 @@
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-//   Author:    Andy Rushton\r
-//   Copyright: (c) Southampton University 1999-2004\r
-//              (c) Andy Rushton           2004-2009\r
-//   License:   BSD License, see ../docs/license.html\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-#include "print_string.hpp"\r
-\r
-namespace stlplus\r
-{\r
-\r
-  ////////////////////////////////////////////////////////////////////////////////\r
-  // strings\r
-\r
-  void print_string(std::ostream& device, const std::string& value)\r
-  {\r
-    device << value;\r
-  }\r
-\r
-} // end namespace stlplus\r
+////////////////////////////////////////////////////////////////////////////////
+
+//   Author:    Andy Rushton
+//   Copyright: (c) Southampton University 1999-2004
+//              (c) Andy Rushton           2004-2009
+//   License:   BSD License, see ../docs/license.html
+
+////////////////////////////////////////////////////////////////////////////////
+#include "print_string.hpp"
+
+namespace stlplus
+{
+
+  ////////////////////////////////////////////////////////////////////////////////
+  // strings
+
+  void print_string(std::ostream& device, const std::string& value)
+  {
+    device << value;
+  }
+
+} // end namespace stlplus
This page took 0.024839 seconds and 4 git commands to generate.