From e621fc319855c67873e3179329a3c7730e6202ba Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sat, 20 Aug 2011 20:36:41 +0000 Subject: [PATCH] * minor formatting cleanup git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42651 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/locale/TimeZone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/os/locale/TimeZone.h b/headers/os/locale/TimeZone.h index 28513d888b..ced9e9050a 100644 --- a/headers/os/locale/TimeZone.h +++ b/headers/os/locale/TimeZone.h @@ -46,7 +46,7 @@ public: private: friend class Private; - icu::TimeZone* fICUTimeZone; + icu::TimeZone* fICUTimeZone; icu::Locale* fICULocale; status_t fInitStatus;