change the wrong end of line (all of them shall be UNIX end of line).

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1445 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong
2011-06-02 04:42:57 +00:00
parent c2276d1719
commit 3ea3d509ef
5 changed files with 488 additions and 488 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ static rt_err_t _rt_thread_init(struct rt_thread* thread,
thread->error = RT_EOK;
thread->stat = RT_THREAD_INIT;
/* initialize cleanup function and user data */
/* initialize cleanup function and user data */
thread->cleanup = 0;
thread->user_data = 0;