diff options
Diffstat (limited to 'autotests/kconfig_compiler')
-rw-r--r-- | autotests/kconfig_compiler/test11_types.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/autotests/kconfig_compiler/test11_types.h b/autotests/kconfig_compiler/test11_types.h index b6aa5d80..553ae54a 100644 --- a/autotests/kconfig_compiler/test11_types.h +++ b/autotests/kconfig_compiler/test11_types.h @@ -10,7 +10,12 @@ class TimePeriod { public: - enum Units { Minutes, HoursMinutes, Days, Weeks }; + enum Units { + Minutes, + HoursMinutes, + Days, + Weeks, + }; }; #endif |