Indentation and comments

darcs-hash:20070928213922-75c98-96ae445e28ad3273c98ddc4ca16597988eb66d37.gz
This commit is contained in:
liljencrantz 2007-09-29 07:39:22 +10:00
parent addb5a698d
commit 97b77d1b3a

View file

@ -2524,7 +2524,8 @@ static int builtin_exit( wchar_t **argv )
}
/**
Helper function for builtin_cd, used for seting the current working directory
Helper function for builtin_cd, used for seting the current working
directory
*/
static int set_pwd( wchar_t *env)
{
@ -2541,9 +2542,8 @@ static int set_pwd( wchar_t *env)
/**
The cd builtin. Changes the current directory to the one specified
or to $HOME if none is specified. If '-' is the directory specified,
the directory is changed to the previous working directory. The
directory can be relative to any directory in the CDPATH variable.
or to $HOME if none is specified. The directory can be relative to
any directory in the CDPATH variable.
*/
static int builtin_cd( wchar_t **argv )
{