Whitespace removal.

This commit is contained in:
Ralf Corsepius
2009-11-29 12:12:39 +00:00
parent 33c3b54d57
commit 0893220b2a
55 changed files with 347 additions and 347 deletions

View File

@@ -158,7 +158,7 @@ main_ls(rtems_shell_ls_globals* globals, int argc, char *argv[])
struct getopt_data getopt_reent;
memset(&getopt_reent, 0, sizeof(getopt_data));
#if RTEMS_REMOVED
setprogname(argv[0]);
#endif
@@ -452,7 +452,7 @@ traverse(rtems_shell_ls_globals* globals, int argc, char *argv[], int options)
fts_close(ftsp);
return;
}
/*
* If not recursing down this tree and don't need stat info, just get
* the names.
@@ -701,7 +701,7 @@ mastercmp_no_listdir(const FTSENT **a, const FTSENT **b)
{
int a_info, b_info;
int l_f_listdir = 0;
a_info = (*a)->fts_info;
if (a_info == FTS_ERR)
return (0);