[vim] remove vim expandtab comments on most of the files

This commit is contained in:
Travis Geiselbrecht
2016-02-14 12:32:07 -08:00
parent 2eb32a4369
commit d569c090ea
47 changed files with 0 additions and 101 deletions

View File

@@ -240,5 +240,3 @@ static int cmd_kevlog(int argc, const cmd_args *argv)
#endif
#endif // WITH_KERNEL_EVLOG
// vim: set noexpandtab:

View File

@@ -76,6 +76,3 @@ enum handler_return mp_mbx_reschedule_irq(void)
return (mp.active_cpus & (1U << cpu)) ? INT_RESCHEDULE : INT_NO_RESCHEDULE;
}
#endif
// vim: set noexpandtab:

View File

@@ -97,5 +97,3 @@ status_t sem_timedwait(semaphore_t *sem, lk_time_t timeout)
THREAD_UNLOCK(state);
return ret;
}
/* vim: set noexpandtab: */

View File

@@ -1270,5 +1270,3 @@ const struct __debugger_info__ {
.off_waitq = __builtin_offsetof(thread_t, blocking_wait_queue),
};
#endif
/* vim: set ts=4 sw=4 noexpandtab: */

View File

@@ -309,6 +309,3 @@ void timer_init(void)
platform_set_periodic_timer(timer_tick, NULL, 10); /* 10ms */
#endif
}
/* vim: set noexpandtab */