Remove trailing white space.

This commit is contained in:
Paul Eggert
2006-11-29 18:16:27 +00:00
parent 759c5208c5
commit 01d6188297
5 changed files with 18 additions and 20 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ tar_SOURCES = \
update.c\
utf8.c
INCLUDES = -I$(top_srcdir)/lib -I../ -I../lib
INCLUDES = -I$(top_srcdir)/lib -I../ -I../lib
tar.o: ../lib/localedir.h
+2 -4
View File
@@ -254,7 +254,7 @@ GLOBAL bool show_omitted_dirs_option;
GLOBAL bool sparse_option;
GLOBAL unsigned tar_sparse_major;
GLOBAL unsigned tar_sparse_minor;
GLOBAL bool starting_file_option;
/* Specified maximum byte length of each tape volume (multiple of 1024). */
@@ -296,7 +296,7 @@ GLOBAL int archive;
/* Nonzero when outputting to /dev/null. */
GLOBAL bool dev_null_output;
/* Timestamps: */
/* Timestamps: */
GLOBAL struct timespec start_time; /* when we started execution */
GLOBAL struct timespec volume_start_time; /* when the current volume was
opened*/
@@ -727,5 +727,3 @@ bool utf8_convert (bool to_utf, char const *input, char **output);
void set_transform_expr (const char *expr);
bool transform_name (char **pinput);
bool transform_name_fp (char **pinput, char *(*fun)(char *));
+3 -3
View File
@@ -1331,10 +1331,10 @@ rename_directory (char *src, char *dst)
e = errno;
}
break;
case EXDEV:
/* FIXME: Fall back to recursive copying */
default:
break;
}
@@ -1346,7 +1346,7 @@ rename_directory (char *src, char *dst)
}
return true;
}
void
fatal_exit (void)
{