[Positioner] Makefile: specify astyle indentation

As of Artistic Style 2.02, the default indent size changed, so we force
it to 2 spaces.
This commit is contained in:
Matteo Cypriani 2012-05-17 11:47:30 +02:00
parent e239dffa4f
commit 437c5fec8c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ DOXYGEN_DIR = doc
DOXYFILE = Doxyfile
# Other tools
STYLE = astyle --style=gnu --formatted
STYLE = astyle --style=gnu --indent=spaces=2 --formatted
CPPCHECK = cppcheck --quiet --enable=all
DOXYGEN = OWLPS_VERSION=$(OWLPS_VERSION) doxygen >/dev/null