aboutsummaryrefslogtreecommitdiffhomepage
path: root/io.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-05-05 02:33:17 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-05-05 02:33:17 -0700
commit2da81b0ae789c91c196f0ab6f154bf462bafec2d (patch)
tree4155ad8990697991e10caf0e972737c5eaac3de4 /io.h
parentd4c881791fb160b4b2cdc076313da00f29577e24 (diff)
Formatting and style updates
Diffstat (limited to 'io.h')
-rw-r--r--io.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/io.h b/io.h
index 32205b4c..6a98f380 100644
--- a/io.h
+++ b/io.h
@@ -3,13 +3,13 @@
#include <vector>
#if __cplusplus > 199711L
- // C++11
- #include <memory>
- using std::shared_ptr;
+// C++11
+#include <memory>
+using std::shared_ptr;
#else
- // C++03
- #include <tr1/memory>
- using std::tr1::shared_ptr;
+// C++03
+#include <tr1/memory>
+using std::tr1::shared_ptr;
#endif
/**