whitespace fix

This commit is contained in:
Mike Frysinger 2005-04-23 01:46:55 +00:00
parent 3b59821cbd
commit 6b05b0ce93

View File

@ -47,7 +47,7 @@ diff -u -r1.8 Makefile.in
COREUTILS-$(CONFIG_DU) += du.o COREUTILS-$(CONFIG_DU) += du.o
COREUTILS-$(CONFIG_ECHO) += echo.o COREUTILS-$(CONFIG_ECHO) += echo.o
COREUTILS-$(CONFIG_ENV) += env.o COREUTILS-$(CONFIG_ENV) += env.o
+COREUTILS-$(CONFIG_EJECT) += eject.o +COREUTILS-$(CONFIG_EJECT) += eject.o
COREUTILS-$(CONFIG_EXPR) += expr.o COREUTILS-$(CONFIG_EXPR) += expr.o
COREUTILS-$(CONFIG_FALSE) += false.o COREUTILS-$(CONFIG_FALSE) += false.o
COREUTILS-$(CONFIG_FOLD) += fold.o COREUTILS-$(CONFIG_FOLD) += fold.o
@ -157,7 +157,7 @@ diff -u -r1.191 usage.h
+#define eject_full_usage \ +#define eject_full_usage \
+ "Ejects the specified FILE or /dev/cdrom if FILE is unspecified.\n\n" \ + "Ejects the specified FILE or /dev/cdrom if FILE is unspecified.\n\n" \
+ "Options:\n" \ + "Options:\n" \
+ "\t-t, --trayclose \tclose tray\n" + "\t-t, --trayclose\tclose tray\n"
+ +
#define expr_trivial_usage \ #define expr_trivial_usage \
"EXPRESSION" "EXPRESSION"