ICU-227 HP/UX10.2 wants a new line at the end of the file.

Fix : Added a new line at the end of the file for convert.cpp

X-SVN-Rev: 573
This commit is contained in:
Madhu K 2000-01-13 21:57:38 +00:00
parent f3d4efa32d
commit 571fbf2628

View file

@ -473,4 +473,9 @@ void UnicodeConverterCPP::fixFileSeparator(UnicodeString& source) const
bool_t UnicodeConverterCPP::isAmbiguous(void) const
{
return ucnv_isAmbiguous(myUnicodeConverter);
}
}