Update run_tabspace.bat after the HashSet.cs removal.

This commit is contained in:
XhmikosR 2014-09-17 00:42:16 +03:00
parent 95d93386ec
commit af8cf1e370

View File

@ -3,7 +3,7 @@ SETLOCAL
PUSHD %~dp0
tabspace /ext:bat;c;cc;cpp;cs;cxx;h;hpp;hxx;iss;xml /exclude:*\*.designer.cs;*\zlib\*;*\HashSet.cs;*Logic\NHunspell\*
tabspace /ext:bat;c;cc;cpp;cs;cxx;h;hpp;hxx;iss;xml /exclude:*\*.designer.cs;*\zlib\*;*Logic\NHunspell\*
POPD
ENDLOCAL