summaryrefslogtreecommitdiffstats
path: root/bin/pax/file_subs.c
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-05-30 00:07:29 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-05-30 00:07:29 +0000
commit188803394908f222ab3ed8ec32331eb6dd00fd2d (patch)
treeac48fd8c79dd9f0b338762a1129b83587ab3a39f /bin/pax/file_subs.c
parent8737971a6da37e8fb1df8b8129813b45db5d6261 (diff)
downloadFreeBSD-src-188803394908f222ab3ed8ec32331eb6dd00fd2d.zip
FreeBSD-src-188803394908f222ab3ed8ec32331eb6dd00fd2d.tar.gz
Remove trailing whitespace.
Reviewed by: phk
Diffstat (limited to 'bin/pax/file_subs.c')
-rw-r--r--bin/pax/file_subs.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/pax/file_subs.c b/bin/pax/file_subs.c
index 16c9969..f220639 100644
--- a/bin/pax/file_subs.c
+++ b/bin/pax/file_subs.c
@@ -34,7 +34,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: file_subs.c,v 1.2 1994/09/24 02:56:19 davidg Exp $
*/
#ifndef lint
@@ -159,7 +159,7 @@ file_close(arcn, fd)
/*
* set owner/groups first as this may strip off mode bits we want
* then set file permission modes. Then set file access and
- * modification times.
+ * modification times.
*/
if (pids)
res = set_ids(arcn->name, arcn->sb.st_uid, arcn->sb.st_gid);
@@ -180,7 +180,7 @@ file_close(arcn, fd)
/*
* lnk_creat()
* Create a hard link to arcn->ln_name from arcn->name. arcn->ln_name
- * must exist;
+ * must exist;
* Return:
* 0 if ok, -1 otherwise
*/
@@ -266,7 +266,7 @@ chk_same(arcn)
{
struct stat sb;
- /*
+ /*
* if file does not exist, return. if file exists and -k, skip it
* quietly
*/
@@ -570,7 +570,7 @@ unlnk_exist(name, type)
*/
if (rmdir(name) < 0) {
if (type == PAX_DIR)
- return(1);
+ return(1);
syswarn(1,errno,"Unable to remove directory %s", name);
return(-1);
}
@@ -847,7 +847,7 @@ file_write(fd, str, cnt, rem, isempt, sz, name)
register char *end;
register int wcnt;
register char *st = str;
-
+
/*
* while we have data to process
*/
OpenPOWER on IntegriCloud