summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-11-22 06:08:13 -0500
committerAllen Winter <allen.winter@kdab.com>2022-11-22 06:08:13 -0500
commit275012ad43b1a164f945f792f22d3790ac352160 (patch)
treef25a008d2fc4d008f4dde49ca3c91bc7927d1ac4
parent5d4e9f18d6acd80fcf0da4b06ed7b613d7afc55a (diff)
downloadlibical-git-275012ad43b1a164f945f792f22d3790ac352160.tar.gz
src/test/icaltm_test.c - minor code style
-rw-r--r--src/test/icaltm_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/icaltm_test.c b/src/test/icaltm_test.c
index e98e7f6a..dfa5206c 100644
--- a/src/test/icaltm_test.c
+++ b/src/test/icaltm_test.c
@@ -30,8 +30,8 @@ static void *test_tread(void *user_data)
#if ICAL_SYNC_MODE == ICAL_SYNC_MODE_THREADLOCAL
// In thread-local mode all initialization must be done per thread, so we do it here, rather
// than in main().
- icaltimezone* zone = icaltimezone_get_builtin_timezone("America/New_York");
- icaltimezone* utc = icaltimezone_get_utc_timezone();
+ icaltimezone *zone = icaltimezone_get_builtin_timezone("America/New_York");
+ icaltimezone *utc = icaltimezone_get_utc_timezone();
#endif
itt = icaltime_from_string("19710203T040506");