]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/string_cstring.cpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / string_cstring.cpp
index 0745049a8452012c40011da8819afb4a7d496e3f..b1129a942daedb0e4b5fe1f65e8e5428ed3bcf1a 100644 (file)
@@ -1,19 +1,19 @@
-////////////////////////////////////////////////////////////////////////////////\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_cstring.hpp"\r
-\r
-namespace stlplus\r
-{\r
-\r
-  std::string cstring_to_string(const char* value)\r
-  {\r
-    return std::string(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_cstring.hpp"
+
+namespace stlplus
+{
+
+  std::string cstring_to_string(const char* value)
+  {
+    return std::string(value);
+  }
+
+} // end namespace stlplus
This page took 0.018288 seconds and 4 git commands to generate.