staging: speakup: Align the code.
[sfrench/cifs-2.6.git] / drivers / staging / speakup / speakup_decext.c
index 929a28d618dc2851a443303eb31d02b6c79dd914..c564bf8e1531397b9c983da7b744b66c326ee617 100644 (file)
@@ -206,11 +206,11 @@ static void do_catch_up(struct spk_synth *synth)
                                if (!in_escape)
                                        synth->io_ops->synth_out(synth, PROCSPEECH);
                                spin_lock_irqsave(&speakup_info.spinlock,
-                                                       flags);
+                                                 flags);
                                jiffy_delta_val = jiffy_delta->u.n.value;
                                delay_time_val = delay_time->u.n.value;
                                spin_unlock_irqrestore(&speakup_info.spinlock,
-                                                       flags);
+                                                      flags);
                                schedule_timeout(msecs_to_jiffies
                                                 (delay_time_val));
                                jiff_max = jiffies + jiffy_delta_val;