CamelCase the Clock structs

This commit is contained in:
Nils O. Selåsdal
2013-03-02 20:31:26 +01:00
parent 9f22f7153b
commit 42269a8a91
3 changed files with 34 additions and 33 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
START_TEST (test_settable_clock)
struct ucore_settable_clock my_clock;
struct UCoreSettableClock my_clock;
struct timeval tv;
struct timeval tv_tmp;
@@ -37,7 +37,7 @@ START_TEST (test_settable_clock)
END_TEST
START_TEST (test_cached_clock)
struct ucore_cached_clock my_clock;
struct UCoreCachedClock my_clock;
struct timeval tv1,tv2;
ucore_cached_clock_init(&my_clock, &ucore_timeofday_clock);