staging:speakup:i18n.c: Align open paranthesis
Fixed the following checkpath.pl issue: CHECK: alignment should match open paranthesis. Deleted a tab and added spaces to align open paranthesis. Signed-off-by: Tamara Diaconita <diaconita.tamara@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8c7049eb50
commit
1839f03706
|
@ -607,7 +607,7 @@ void spk_reset_msg_group(struct msg_group_t *group)
|
|||
void spk_initialize_msgs(void)
|
||||
{
|
||||
memcpy(speakup_msgs, speakup_default_msgs,
|
||||
sizeof(speakup_default_msgs));
|
||||
sizeof(speakup_default_msgs));
|
||||
}
|
||||
|
||||
/* Free user-supplied strings when module is unloaded: */
|
||||
|
|
Loading…
Reference in New Issue