]> Dogcows Code - chaz/yoink/blobdiff - src/stlplus/strings/print_address.cpp
cleanup stlplus files
[chaz/yoink] / src / stlplus / strings / print_address.cpp
index 3962557a3999965cb78b8018a3fd449fdd39a704..74e416fdcc3ade89f7858178492dfc6d0aa7a2c1 100644 (file)
@@ -1,28 +1,28 @@
-////////////////////////////////////////////////////////////////////////////////\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
-//   use the unsigned long representation for pointers\r
-\r
-////////////////////////////////////////////////////////////////////////////////\r
-#include "print_address.hpp"\r
-#include "print_int.hpp"\r
-////////////////////////////////////////////////////////////////////////////////\r
-\r
-namespace stlplus\r
-{\r
-\r
-  ////////////////////////////////////////////////////////////////////////////////\r
-\r
-  void print_address(std::ostream& device, const void* i, unsigned radix, radix_display_t display, unsigned width)\r
-    throw(std::invalid_argument)\r
-  {\r
-    print_unsigned_long(device, (unsigned long)i, radix, display, width);\r
-  }\r
-\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
+
+//   use the unsigned long representation for pointers
+
+////////////////////////////////////////////////////////////////////////////////
+#include "print_address.hpp"
+#include "print_int.hpp"
+////////////////////////////////////////////////////////////////////////////////
+
+namespace stlplus
+{
+
+  ////////////////////////////////////////////////////////////////////////////////
+
+  void print_address(std::ostream& device, const void* i, unsigned radix, radix_display_t display, unsigned width)
+    throw(std::invalid_argument)
+  {
+    print_unsigned_long(device, (unsigned long)i, radix, display, width);
+  }
+
+  ////////////////////////////////////////////////////////////////////////////////
+
+} // end namespace stlplus
This page took 0.0232 seconds and 4 git commands to generate.