add space for template

This commit is contained in:
liujiayang 2016-05-11 11:01:47 +08:00
parent 7b32bbaae7
commit e154f8e959
2 changed files with 2 additions and 2 deletions

View File

@ -132,7 +132,7 @@ GenericStringBuffer<UTF16<> > target;
bool hasError = false;
while (source.Peek() != '\0')
if (!Transcoder<UTF8<>, UTF16<>>::Transcode(source, target)) {
if (!Transcoder<UTF8<>, UTF16<> >::Transcode(source, target)) {
hasError = true;
break;
}

View File

@ -138,7 +138,7 @@ GenericStringBuffer<UTF16<> > target;
bool hasError = false;
while (source.Peek() != '\0')
if (!Transcoder<UTF8<>, UTF16<>>::Transcode(source, target)) {
if (!Transcoder<UTF8<>, UTF16<> >::Transcode(source, target)) {
hasError = true;
break;
}