ICU-329 End the file with a newline, which is needed for some compilers

X-SVN-Rev: 5506
This commit is contained in:
George Rhoten 2001-08-17 02:53:35 +00:00
parent cdab94901c
commit 9ab9ba8cbf

View file

@ -68,4 +68,4 @@ uprv_itou (UChar * buffer, uint32_t i, uint32_t radix, int32_t pad)
buffer[j] = temp;
}
return length;
}
}