sched: kernel/sched_fair.c whitespace cleanups

some trivial whitespace cleanups.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
diff --git a/kernel/sched_fair.c b/kernel/sched_fair.c
index 568e922..9f93a5c 100644
--- a/kernel/sched_fair.c
+++ b/kernel/sched_fair.c
@@ -476,8 +476,8 @@
 		int wakeup, int set_curr)
 {
 	/*
- 	 * In case of the 'current'.
- 	 */
+	 * In case of the 'current'.
+	 */
 	if (unlikely(set_curr)) {
 		update_stats_curr_start(cfs_rq, se);
 		cfs_rq->curr = se;
@@ -992,9 +992,9 @@
 	if (sysctl_sched_child_runs_first &&
 			curr->vruntime < se->vruntime) {
 		/*
- 		 * Upon rescheduling, sched_class::put_prev_task() will place
- 		 * 'current' within the tree based on its new key value.
- 		 */
+		 * Upon rescheduling, sched_class::put_prev_task() will place
+		 * 'current' within the tree based on its new key value.
+		 */
 		swap(curr->vruntime, se->vruntime);
 	}