diff options
author | Howard Hinnant <hhinnant@apple.com> | 2010-08-22 00:02:43 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2010-08-22 00:02:43 +0000 |
commit | b3371f6f4909a1e2034c69011d0baa1a39b21d48 (patch) | |
tree | 46a1498f558a86d95ad909e2b075b2ce1ff59070 /libcxx/include/ios | |
parent | 86353416a7115dc430b9cd47a1aaeb8f19c34f2c (diff) | |
download | bcm5719-llvm-b3371f6f4909a1e2034c69011d0baa1a39b21d48.tar.gz bcm5719-llvm-b3371f6f4909a1e2034c69011d0baa1a39b21d48.zip |
Fixing whitespace problems
llvm-svn: 111750
Diffstat (limited to 'libcxx/include/ios')
-rw-r--r-- | libcxx/include/ios | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libcxx/include/ios b/libcxx/include/ios index 47c20cba30f..d0016befc1f 100644 --- a/libcxx/include/ios +++ b/libcxx/include/ios @@ -310,13 +310,13 @@ public: iostate rdstate() const; void clear(iostate __state = goodbit); void setstate(iostate __state); - - bool good() const; - bool eof() const; - bool fail() const; - bool bad() const; - iostate exceptions() const; + bool good() const; + bool eof() const; + bool fail() const; + bool bad() const; + + iostate exceptions() const; void exceptions(iostate __except); void __set_badbit_and_consider_rethrow(); @@ -402,10 +402,10 @@ make_error_condition(io_errc __e) class ios_base::failure : public system_error -{ -public: +{ +public: explicit failure(const string& __msg, const error_code& __ec = io_errc::stream); - explicit failure(const char* __msg, const error_code& __ec = io_errc::stream); + explicit failure(const char* __msg, const error_code& __ec = io_errc::stream); virtual ~failure() throw(); }; |