@@ -747,7 +747,7 @@ void lwp_dir_set(char *buf)
char *lwp_dir_get(void)
{
- char *dir_buf = RT_NULL;
+ char *dir_buf = RT_NULL;
#ifdef RT_USING_LWP
struct rt_lwp *lwp;
@@ -895,8 +895,8 @@ int access(const char *path, int amode)
* @return the returned current directory.
*/
char *getcwd(char *buf, size_t size)
-{
+{
#ifdef DFS_USING_WORKDIR
dfs_lock();
dir_buf = lwp_dir_get();