From fe7b5eba5449b19c803f1c47dfd7b1ded83b4f78 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 28 Feb 2018 22:20:08 +0000 Subject: [PATCH] Fix astyle call for space-based indent files git-svn-id: http://svn.osgeo.org/postgis/trunk@16437 b70326c6-7e19-0410-871a-916f4a2858ee --- astyle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astyle.sh b/astyle.sh index 2e0aa4c11..fe3ef831c 100755 --- a/astyle.sh +++ b/astyle.sh @@ -40,4 +40,4 @@ CFILES_SPACE="liblwgeom/*.c topology/*.c" # Run the standard format on the files, and do not # leave .orig files around for altered files. -astyle --style=ansi --indent=space --suffix=none $CFILES_SPACE +astyle --style=ansi --indent=spaces=2 --suffix=none $CFILES_SPACE -- 2.40.0