Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2017-03-06 10:50:50 +0300
committerKacper Michajłow <kasper93@gmail.com>2017-03-06 10:50:50 +0300
commitb989276ec26ede85b20ab469460882c850edcbcd (patch)
tree34ea494e14c919f8bca51b55c95c92303a147c89 /contrib/run_astyle.bat
parentd911f14d5619d800819d6f4658e72236720b79af (diff)
parentba2ea5d9e0cf5451398dfd438a0a962a0fe6fd74 (diff)
Merge branch 'release-1.7.11'1.7.11
Diffstat (limited to 'contrib/run_astyle.bat')
-rwxr-xr-xcontrib/run_astyle.bat5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/run_astyle.bat b/contrib/run_astyle.bat
index e90f69bfb..08e4b05d5 100755
--- a/contrib/run_astyle.bat
+++ b/contrib/run_astyle.bat
@@ -1,5 +1,5 @@
@ECHO OFF
-REM (C) 2012-2015 see Authors.txt
+REM (C) 2012-2016 see Authors.txt
REM
REM This file is part of MPC-HC.
REM
@@ -30,7 +30,8 @@ CALL :SubCheckVer || GOTO End
TITLE Running astyle using %FILE_DIR%astyle.ini
IF "%~1" == "" (
- astyle -r --options=astyle.ini ..\*.h ..\*.cpp
+ astyle -r --options=astyle.ini ..\*.cpp
+ astyle -r --options=astyle.ini --keep-one-line-blocks ..\*.h
) ELSE (
FOR %%G IN (%*) DO astyle --options=astyle.ini %%G
)