Commit e154f8e9 authored by liujiayang's avatar liujiayang

add space for template

parent 7b32bbaa
...@@ -132,7 +132,7 @@ GenericStringBuffer<UTF16<> > target; ...@@ -132,7 +132,7 @@ GenericStringBuffer<UTF16<> > target;
bool hasError = false; bool hasError = false;
while (source.Peek() != '\0') while (source.Peek() != '\0')
if (!Transcoder<UTF8<>, UTF16<>>::Transcode(source, target)) { if (!Transcoder<UTF8<>, UTF16<> >::Transcode(source, target)) {
hasError = true; hasError = true;
break; break;
} }
......
...@@ -138,7 +138,7 @@ GenericStringBuffer<UTF16<> > target; ...@@ -138,7 +138,7 @@ GenericStringBuffer<UTF16<> > target;
bool hasError = false; bool hasError = false;
while (source.Peek() != '\0') while (source.Peek() != '\0')
if (!Transcoder<UTF8<>, UTF16<>>::Transcode(source, target)) { if (!Transcoder<UTF8<>, UTF16<> >::Transcode(source, target)) {
hasError = true; hasError = true;
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment