]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_cstring.cpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / print_cstring.cpp
index 423c7417749e67c7f6b925809a786c7d9b5f7bd0..50c733d657c1328507522589bfffb4cbc460b21f 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 "print_cstring.hpp"\r
-\r
-namespace stlplus\r
-{\r
-\r
-  void print_cstring(std::ostream& device, const char* 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_cstring.hpp"
+
+namespace stlplus
+{
+
+  void print_cstring(std::ostream& device, const char* value)
+  {
+    device << value;
+  }
+
+} // end namespace stlplus
This page took 0.020683 seconds and 4 git commands to generate.