ChangeLog, pass2.c:
  pass2.c: Minor whitespace cleanups, from Andreas Dilger.

diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog
index 79e32c4..4a473ed 100644
--- a/e2fsck/ChangeLog
+++ b/e2fsck/ChangeLog
@@ -1,5 +1,7 @@
 2001-01-12  Theodore Ts'o  <tytso@valinux.com>
 
+	* pass2.c: Minor whitespace cleanups, from Andreas Dilger.
+
 	* journal.c (e2fsck_journal_fix_bad_inode): Set pctx->ino to the
 		bad journal number.
 
diff --git a/e2fsck/pass2.c b/e2fsck/pass2.c
index efb2822..955f5ef 100644
--- a/e2fsck/pass2.c
+++ b/e2fsck/pass2.c
@@ -53,8 +53,7 @@
 /*
  * Keeps track of how many times an inode is referenced.
  */
-static void deallocate_inode(e2fsck_t ctx, ext2_ino_t ino,
-			     char* block_buf);
+static void deallocate_inode(e2fsck_t ctx, ext2_ino_t ino, char* block_buf);
 static int check_dir_block(ext2_filsys fs,
 			   struct ext2_db_entry *dir_blocks_info,
 			   void *priv_data);
@@ -64,9 +63,9 @@
 static int update_dir_block(ext2_filsys fs,
 			    blk_t	*block_nr,
 			    e2_blkcnt_t blockcnt,
-			    blk_t ref_block,
-			    int ref_offset, 
-			    void *priv_data);
+			    blk_t	ref_block,
+			    int		ref_offset, 
+			    void	*priv_data);
 
 struct check_dir_struct {
 	char *buf;
@@ -619,8 +618,7 @@
 /*
  * This fuction deallocates an inode
  */
-static void deallocate_inode(e2fsck_t ctx, ext2_ino_t ino,
-			     char* block_buf)
+static void deallocate_inode(e2fsck_t ctx, ext2_ino_t ino, char* block_buf)
 {
 	ext2_filsys fs = ctx->fs;
 	struct ext2_inode	inode;