ICU-4384 Remove tabs and make a function static

X-SVN-Rev: 23455
This commit is contained in:
George Rhoten 2008-02-18 23:17:58 +00:00
parent d9868ddec2
commit 549ab03a99

View File

@ -1043,7 +1043,7 @@ static const u_printf_info g_u_printf_infos[UPRINTF_NUM_FMT_HANDLERS] = {
(s) == MOD_LOWERL || \
(s) == MOD_L
/* Returns an array of the parsed argument type given in the format string. */
ufmt_args* parseArguments(const UChar *alias, va_list ap, UErrorCode *status) {
static ufmt_args* parseArguments(const UChar *alias, va_list ap, UErrorCode *status) {
ufmt_args *arglist = NULL;
ufmt_type_info *typelist = NULL;
UBool *islonglong = NULL;