Fixing whitespace problems

llvm-svn: 111750
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: b3371f6f4909a1e2034c69011d0baa1a39b21d48
diff --git a/include/fstream b/include/fstream
index 1d7d221..0eae705 100644
--- a/include/fstream
+++ b/include/fstream
@@ -122,7 +122,7 @@
     void close();
 };
 
-template <class charT, class traits> 
+template <class charT, class traits>
   void
   swap(basic_ofstream<charT, traits>& x, basic_ofstream<charT, traits>& y);
 
@@ -333,7 +333,7 @@
     swap(__rhs);
 }
 
-#endif
+#endif  // _LIBCPP_MOVE
 
 template <class _CharT, class _Traits>
 basic_filebuf<_CharT, _Traits>::~basic_filebuf()
@@ -341,14 +341,14 @@
 #ifndef _LIBCPP_NO_EXCEPTIONS
     try
     {
-#endif
+#endif  // _LIBCPP_NO_EXCEPTIONS
         close();
 #ifndef _LIBCPP_NO_EXCEPTIONS
     }
     catch (...)
     {
     }
-#endif
+#endif  // _LIBCPP_NO_EXCEPTIONS
     if (__owns_eb_)
         delete [] __extbuf_;
     if (__owns_ib_)
@@ -1035,7 +1035,7 @@
     return *this;
 }
 
-#endif
+#endif  // _LIBCPP_MOVE
 
 template <class _CharT, class _Traits>
 inline _LIBCPP_INLINE_VISIBILITY
@@ -1180,7 +1180,7 @@
     return *this;
 }
 
-#endif
+#endif  // _LIBCPP_MOVE
 
 template <class _CharT, class _Traits>
 inline _LIBCPP_INLINE_VISIBILITY
@@ -1325,7 +1325,7 @@
     return *this;
 }
 
-#endif
+#endif  // _LIBCPP_MOVE
 
 template <class _CharT, class _Traits>
 inline _LIBCPP_INLINE_VISIBILITY