Add missing space between >> in template declaration. Fixes C++03 build.

llvm-svn: 273037
GitOrigin-RevId: d6f2355f25eab6be5fa845590fd7fee21b95b87d
diff --git a/include/iomanip b/include/iomanip
index 2057a5d..9efcbe0 100644
--- a/include/iomanip
+++ b/include/iomanip
@@ -567,7 +567,7 @@
 }
 
 
-template <class _CharT, class _Iter, class _Traits=char_traits<_CharT>>
+template <class _CharT, class _Iter, class _Traits=char_traits<_CharT> >
 struct __quoted_output_proxy
 {
     _Iter  __first;