From aed742c9a09fc443418ba4ef8f31892ef00df984 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 16 Apr 2004 12:06:28 +0000 Subject: Remove stray white spaces. --- cpukit/libmisc/untar/untar.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpukit/libmisc/untar') diff --git a/cpukit/libmisc/untar/untar.c b/cpukit/libmisc/untar/untar.c index 1617cf0cff..54f7acebaf 100644 --- a/cpukit/libmisc/untar/untar.c +++ b/cpukit/libmisc/untar/untar.c @@ -47,7 +47,7 @@ * 345 167 bytes Padding * 512 (s+p)bytes File contents (s+p) := (((s) + 511) & ~511), * round up to 512 bytes - * + * * Checksum: * int i, sum; * char* header = tar_header_pointer; @@ -165,7 +165,7 @@ Untar_FromMemory(unsigned char *tar_buf, unsigned long size) file_size = octal2ulong(&bufr[124], 12); /****************************************************************** - * Compute the TAR checksum and check with the value in + * Compute the TAR checksum and check with the value in * the archive. The checksum is computed over the entire * header, but the checksum field is substituted with blanks. ******************************************************************/ @@ -312,7 +312,7 @@ Untar_FromFile(char *tar_name) size = octal2ulong(&bufr[124], 12); /****************************************************************** - * Compute the TAR checksum and check with the value in + * Compute the TAR checksum and check with the value in * the archive. The checksum is computed over the entire * header, but the checksum field is substituted with blanks. ******************************************************************/ -- cgit v1.2.3