validator/httpd/cgi-bin check,1.759,1.760

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv2607/httpd/cgi-bin

Modified Files:
	check 
Log Message:
Indentation/whitespace tweaks, NFC.

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.759
retrieving revision 1.760
diff -u -d -r1.759 -r1.760
--- check	14 Dec 2009 22:56:00 -0000	1.759
+++ check	6 Jan 2010 21:43:51 -0000	1.760
@@ -2497,8 +2497,12 @@
         else {
             $File->{Root} = $tag;
         }
-        if ($attr->{xmlns}) { $File->{Namespace} = $attr->{xmlns} }
-        if ($attr->{version}) { $File->{'Root Version'} = $attr->{version} }
+        if ($attr->{xmlns}) {
+            $File->{Namespace} = $attr->{xmlns};
+        }
+        if ($attr->{version}) {
+            $File->{'Root Version'} = $attr->{version};
+        }
         if ($attr->{baseProfile}) {
             $File->{'Root BaseProfile'} = $attr->{baseProfile};
         }

Received on Wednesday, 6 January 2010 21:43:55 UTC