From 1085d91899aae416731496e1af410230f8d4aa7f Mon Sep 17 00:00:00 2001
From: beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>
Date: Sat, 24 Feb 2001 14:44:25 +0000
Subject: ...

git-svn-id: svn://busybox.net/trunk/busybox@1925 69ca8d6d-28ef-0310-b511-8ec308f3f277
---
 docs/autodocifier.pl | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'docs')

diff --git a/docs/autodocifier.pl b/docs/autodocifier.pl
index 753ba3a9b..6822db51e 100755
--- a/docs/autodocifier.pl
+++ b/docs/autodocifier.pl
@@ -125,7 +125,6 @@ foreach (@ARGV) {
 	my $fh = *USAGE;
 	my ($applet, $type, @line);
 	while (<$fh>) {
-
 		if (/^#define (\w+)_(\w+)_usage/) {
 			$applet = $1;
 			$type   = $2;
@@ -135,7 +134,6 @@ foreach (@ARGV) {
 			my $text      = join("\n", @line);
 			$doc->{$type} = beautify($text);
 		}
-
 	}
 }
 
@@ -211,4 +209,4 @@ John BEPPU <beppu@lineo.com>
 
 =cut
 
-# $Id: autodocifier.pl,v 1.11 2001/02/24 14:37:48 beppu Exp $
+# $Id: autodocifier.pl,v 1.12 2001/02/24 14:44:25 beppu Exp $
-- 
cgit v1.2.3-55-g6feb