Fix bogus spaces before '!' and '?' characters in unused programs.

On Mon, Oct 31, 2005 at 01:23:53PM +0000, Martin Michlmayr wrote:
> Package: e2fsprogs
> Version: 1.38-2
> Severity: minor
>
> e2fsprogs isn't consistent in its use of spaces before an exclamation
> mark.  The patch below fixed this by removing some spaces.
> (Interestingly, I couldn't find the error message in the sources where
> I noticed this inconsistency, namely "group descriptors corrupted !").

Patch applied, but none of the source files you touched are actually
compiled in e2fsprogs, and most of them weren't written by me.  :-)

Addresses Debian Bug #336604

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

diff --git a/misc/findsuper.c b/misc/findsuper.c
index 620f775..5720f4f 100644
--- a/misc/findsuper.c
+++ b/misc/findsuper.c
@@ -153,7 +153,7 @@
 		exit(1);
 	}
  
-	/* Now, go looking for the superblock ! */
+	/* Now, go looking for the superblock! */
 	printf(_("starting at %Ld, with %d byte increments\n"), sk, skiprate);
 	printf(_("       thisoff     block fs_blk_sz  blksz grp last_mount\n"));
 	for (; lseek64(fd, sk, SEEK_SET) != -1 &&