Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4873523 authored by Domagoj Trsan's avatar Domagoj Trsan Committed by Greg Kroah-Hartman
Browse files

staging: speakup: fix line indentations

parent 11a18fc3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -127,6 +127,7 @@ static int help_init(void)
	char start = SPACE;
	int i;
	int num_funcs = MSG_FUNCNAMES_END - MSG_FUNCNAMES_START + 1;

	state_tbl = spk_our_keys[0]+SHIFT_TBL_SIZE+2;
	for (i = 0; i < num_funcs; i++) {
		char *cur_funcname = spk_msg_get(MSG_FUNCNAMES_START + i);
+2 −2

File changed.

Contains only whitespace changes.