From af8cf1e370e631ad7849d66d1e5f8aae8b7726f5 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 17 Sep 2014 00:42:16 +0300 Subject: [PATCH] Update run_tabspace.bat after the HashSet.cs removal. --- run_tabspace.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tabspace.bat b/run_tabspace.bat index 57186aad8..a397c00f2 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\*;*\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