Update "run_tabspace.bat" after the NuGet packages addition.

This commit is contained in:
XhmikosR 2014-09-21 11:19:59 +03:00
parent 80256f98cf
commit 1cdd3bcf30

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\*;*Logic\NHunspell\*
tabspace /ext:bat;c;cc;cpp;cs;cxx;h;hpp;hxx;iss;xml /exclude:*\*.designer.cs
POPD
ENDLOCAL