]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/string_string.cpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / string_string.cpp
index 53e8189c0775d381f17d3908defb7d164acf905d..27d5f898c4d2000387c155c3d86694d3e7de2687 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 "string_string.hpp"\r
-\r
-namespace stlplus\r
-{\r
-\r
-  ////////////////////////////////////////////////////////////////////////////////\r
-  // strings\r
-\r
-  std::string string_to_string(const std::string& value)\r
-  {\r
-    return 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 "string_string.hpp"
+
+namespace stlplus
+{
+
+  ////////////////////////////////////////////////////////////////////////////////
+  // strings
+
+  std::string string_to_string(const std::string& value)
+  {
+    return value;
+  }
+
+} // end namespace stlplus
This page took 0.020826 seconds and 4 git commands to generate.