diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/src/check.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/common/src/check.c b/common/src/check.c index b6a70e2..e66b238 100644 --- a/common/src/check.c +++ b/common/src/check.c @@ -23,15 +23,13 @@ #include "log.h" -static const char *common_str_type[] = -{ +static const char *common_str_type[] = { "FEEDBACK_TYPE_NONE", "FEEDBACK_TYPE_SOUND", "FEEDBACK_TYPE_VIBRATION", }; -static const char *common_str_pattern[] = -{ +static const char *common_str_pattern[] = { "FEEDBACK_PATTERN_TAP", "FEEDBACK_PATTERN_SIP", "FEEDBACK_PATTERN_KEY0", |