From ac218b6507b094599695b36b30fd80585a378c18 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 8 Nov 2007 09:07:14 +0000 Subject: [PATCH] Indent --- include/yaz/icu_I18N.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/yaz/icu_I18N.h b/include/yaz/icu_I18N.h index 0e43725..44e852c 100644 --- a/include/yaz/icu_I18N.h +++ b/include/yaz/icu_I18N.h @@ -47,9 +47,9 @@ int icu_check_status (UErrorCode status); struct icu_buf_utf16 { - UChar * utf16; - int32_t utf16_len; - int32_t utf16_cap; + UChar * utf16; + int32_t utf16_len; + int32_t utf16_cap; }; struct icu_buf_utf16 * icu_buf_utf16_create(size_t capacity); @@ -103,7 +103,7 @@ struct icu_casemap }; struct icu_casemap * icu_casemap_create(const char *locale, char action, - UErrorCode *status); + UErrorCode *status); void icu_casemap_destroy(struct icu_casemap * casemap); -- 1.7.10.4