[postgis-tickets] r16437 - Fix astyle call for space-based indent files

Sandro Santilli strk at kbt.io
Wed Feb 28 02:20:08 PST 2018


Author: strk
Date: 2018-02-28 14:20:08 -0800 (Wed, 28 Feb 2018)
New Revision: 16437

Modified:
   trunk/astyle.sh
Log:
Fix astyle call for space-based indent files

Modified: trunk/astyle.sh
===================================================================
--- trunk/astyle.sh	2018-02-28 22:07:33 UTC (rev 16436)
+++ trunk/astyle.sh	2018-02-28 22:20:08 UTC (rev 16437)
@@ -40,4 +40,4 @@
 
 # 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



More information about the postgis-tickets mailing list