From 1cdd3bcf3082f7cbab22545b264fa5dfba0e13b9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 21 Sep 2014 11:19:59 +0300 Subject: [PATCH] Update "run_tabspace.bat" after the NuGet packages addition. --- run_tabspace.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tabspace.bat b/run_tabspace.bat index a397c00f2..a39cfc067 100644 --- a/run_tabspace.bat +++ b/run_tabspace.bat @@ -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