markup-validator commit: perltidy.

changeset:   3201:5b8175809ba4
tag:         tip
user:        Ville Skyttä <ville.skytta@iki.fi>
date:        Sun Dec 26 16:26:43 2010 +0200
files:       httpd/cgi-bin/check
description:
perltidy.


diff -r 64955e04c06a -r 5b8175809ba4 httpd/cgi-bin/check
--- a/httpd/cgi-bin/check	Sat Dec 18 13:51:19 2010 +0200
+++ b/httpd/cgi-bin/check	Sun Dec 26 16:26:43 2010 +0200
@@ -610,8 +610,8 @@
 
 # before we start the parsing, clean slate
 $File->{'Is Valid'} = TRUE;
-$File->{Errors} = [];
-$File->{WF_Errors} = [];
+$File->{Errors}     = [];
+$File->{WF_Errors}  = [];
 
 if (($File->{DOCTYPE} eq "HTML5") or ($File->{DOCTYPE} eq "XHTML5")) {
     if ($CFG->{External}->{HTML5}) {

Received on Sunday, 26 December 2010 14:26:54 UTC