From d82e2a392c0fcc443128d4c78c54f8fe65668246 Mon Sep 17 00:00:00 2001
From: Dima Dorfman <dd@FreeBSD.org>
Date: Fri, 31 Aug 2001 17:39:07 +0000
Subject: [PATCH] Remove excess vertical whitespace.

---
 tools/webupdate | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tools/webupdate b/tools/webupdate
index 5818e06b72..f1300eb209 100644
--- a/tools/webupdate
+++ b/tools/webupdate
@@ -31,7 +31,7 @@
 #	2	- failure in CVS operations
 #	3	- failure in make operations
 #
-# $FreeBSD: www/tools/webupdate,v 1.7 2001/08/31 17:37:33 dd Exp $
+# $FreeBSD: www/tools/webupdate,v 1.8 2001/08/31 17:38:41 dd Exp $
 #
 
 #
@@ -87,7 +87,6 @@ if [ ! -d $BUILDDIR ]; then
 fi
 umask 002
 cd $BUILDDIR || exit 1;
-
 rm -f $LOGFILE 2>/dev/null;
 touch $LOGFILE;
 
@@ -127,5 +126,4 @@ time make ${BUILDARGS} all >> $LOGFILE 2>&1 &&
 	    mail -s "FreeBSD web build failed on `hostname`" $WEBMAILTO &&
 	    exit 3);
 
-
 exit 0;