From 9ab9ba8cbfc3672efd316aad6beb8f13a183299f Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 17 Aug 2001 02:53:35 +0000 Subject: [PATCH] ICU-329 End the file with a newline, which is needed for some compilers X-SVN-Rev: 5506 --- icu4c/source/common/ustrfmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/common/ustrfmt.c b/icu4c/source/common/ustrfmt.c index a8e55088a19..53b3427007d 100644 --- a/icu4c/source/common/ustrfmt.c +++ b/icu4c/source/common/ustrfmt.c @@ -68,4 +68,4 @@ uprv_itou (UChar * buffer, uint32_t i, uint32_t radix, int32_t pad) buffer[j] = temp; } return length; -} \ No newline at end of file +}