]> git.meshlink.io Git - meshlink/commit
Check for astyle version 3 before formatting the code.
authorGuus Sliepen <guus@meshlink.io>
Tue, 12 Mar 2019 19:56:20 +0000 (20:56 +0100)
committerGuus Sliepen <guus@meshlink.io>
Tue, 12 Mar 2019 19:56:20 +0000 (20:56 +0100)
commit6197daea0be7ffcfa827a53a45b42cbf9e3ee837
tree1ced36b4dce8de2c593ee53c1c6e6420a7d0f290
parent92fcf64776730c1788717ac0d5405f0948892cb9
Check for astyle version 3 before formatting the code.

Unfortunately, code formatters change their behaviour between versions.
The code currently requires astyle version 3.x, so check this before
running astyle. If the wrong version is installed, print an error.
Makefile.am
test/blackbox/common/network_namespace_framework.c