From 8aa6d767412202bcb863998491eb05750df9bb6b Mon Sep 17 00:00:00 2001 From: flatcap Date: Fri, 28 Oct 2005 04:41:54 +0000 Subject: [PATCH] more evil spaces --- ntfsprogs/ntfscat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ntfsprogs/ntfscat.c b/ntfsprogs/ntfscat.c index 152959cb..1b99f30d 100644 --- a/ntfsprogs/ntfscat.c +++ b/ntfsprogs/ntfscat.c @@ -80,7 +80,7 @@ static void version(void) */ static void usage(void) { - Printf ("\nUsage: %s [options] device [file]\n\n" + Printf("\nUsage: %s [options] device [file]\n\n" " -a, --attribute type Display this attribute type\n" " -n, --attribute-name name Display this attribute name\n" " -i, --inode num Display this inode\n\n" @@ -91,7 +91,7 @@ static void usage(void) " -v --verbose More output\n\n", //" -r --raw Display the compressed or encrypted file", EXEC_NAME); - Printf ("%s%s\n", ntfs_bugs, ntfs_home); + Printf("%s%s\n", ntfs_bugs, ntfs_home); } /**