Whitespace cleanup.
This commit is contained in:
parent
0d0d73e427
commit
c335b1ecdb
@ -70,9 +70,9 @@ void usage(void);
|
|||||||
/*
|
/*
|
||||||
* rm --
|
* rm --
|
||||||
* This rm is different from historic rm's, but is expected to match
|
* This rm is different from historic rm's, but is expected to match
|
||||||
* POSIX 1003.2 behavior. The most visible difference is that -f
|
* POSIX 1003.2 behavior. The most visible difference is that -f
|
||||||
* has two specific effects now, ignore non-existent files and force
|
* has two specific effects now, ignore non-existent files and force
|
||||||
* file removal.
|
* file removal.
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
main(int argc, char *argv[])
|
main(int argc, char *argv[])
|
||||||
@ -434,7 +434,7 @@ check(char *path, char *name, struct stat *sp)
|
|||||||
else {
|
else {
|
||||||
/*
|
/*
|
||||||
* If it's not a symbolic link and it's unwritable and we're
|
* If it's not a symbolic link and it's unwritable and we're
|
||||||
* talking to a terminal, ask. Symbolic links are excluded
|
* talking to a terminal, ask. Symbolic links are excluded
|
||||||
* because their permissions are meaningless. Check stdin_ok
|
* because their permissions are meaningless. Check stdin_ok
|
||||||
* first because we may not have stat'ed the file.
|
* first because we may not have stat'ed the file.
|
||||||
* Also skip this check if the -P option was specified because
|
* Also skip this check if the -P option was specified because
|
||||||
|
Loading…
x
Reference in New Issue
Block a user