summaryrefslogtreecommitdiff
path: root/include/strstream
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-08-22 00:02:43 +0000
committerHoward Hinnant <hhinnant@apple.com>2010-08-22 00:02:43 +0000
commit324bb03bb94f67ae7f9092810e4e4f6bd8bf506e (patch)
tree30aec932e805f3f0e63f5207bc7df3401b8f0b36 /include/strstream
parent92172b891fabc4d92cc6fa32b1c70d7d926571fa (diff)
Fixing whitespace problems
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@111750 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/strstream')
-rw-r--r--include/strstream8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/strstream b/include/strstream
index 955685759..54a3b6e49 100644
--- a/include/strstream
+++ b/include/strstream
@@ -152,7 +152,7 @@ public:
#ifdef _LIBCPP_MOVE
strstreambuf(strstreambuf&& __rhs);
strstreambuf& operator=(strstreambuf&& __rhs);
-#endif
+#endif // _LIBCPP_MOVE
virtual ~strstreambuf();
@@ -214,7 +214,7 @@ public:
__sb_ = _STD::move(__rhs.__sb_);
return *this;
}
-#endif
+#endif // _LIBCPP_MOVE
virtual ~istrstream();
@@ -256,7 +256,7 @@ public:
__sb_ = _STD::move(__rhs.__sb_);
return *this;
}
-#endif
+#endif // _LIBCPP_MOVE
virtual ~ostrstream();
@@ -307,7 +307,7 @@ public:
__sb_ = _STD::move(__rhs.__sb_);
return *this;
}
-#endif
+#endif // _LIBCPP_MOVE
virtual ~strstream();