From: Arushi Singhal Date: Wed, 1 Mar 2017 19:33:03 +0000 (+0530) Subject: staging: speakup:indentation should use tabs X-Git-Tag: v4.12-rc1~84^2~708 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=d5dc063ca2b1201781f973a7d55b21d000c48641;p=linux.git staging: speakup:indentation should use tabs Indentation should always use tabs and never spaces. Signed-off-by: Arushi Singhal Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/speakup/i18n.c b/drivers/staging/speakup/i18n.c index 1a3e34880ac1..11f1418b4006 100644 --- a/drivers/staging/speakup/i18n.c +++ b/drivers/staging/speakup/i18n.c @@ -552,7 +552,7 @@ ssize_t spk_msg_set(enum msg_index_t index, char *text, size_t length) if (index >= MSG_FORMATTED_START && index <= MSG_FORMATTED_END && !fmt_validate(speakup_default_msgs[index], - newstr)) { + newstr)) { kfree(newstr); return -EINVAL; }