aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-09-08 12:29:31 +0000
committerng0 <ng0@n0.is>2019-09-08 12:29:31 +0000
commita0fce305c565c0937d917a92712f15e9c5736260 (patch)
tree960091dc3a90d43bf228256439fde0e394b9b941 /bootstrap
parent4ffa3f5d7683ab60f3faaad0ed2e1c88a2a8c8e7 (diff)
downloadgnunet-a0fce305c565c0937d917a92712f15e9c5736260.tar.gz
gnunet-a0fce305c565c0937d917a92712f15e9c5736260.zip
replace clang-format with uncrustify.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap b/bootstrap
index bd089f429..eeb323145 100755
--- a/bootstrap
+++ b/bootstrap
@@ -3,8 +3,8 @@
3echo "Removing folder 'libltdl'..." 3echo "Removing folder 'libltdl'..."
4rm -rf libltdl 4rm -rf libltdl
5 5
6# Install clang format symlink (if possible) 6# Install uncrustify format symlink (if possible)
7ln -s contrib/conf/editors/clang-format .clang-format 2> /dev/null 7ln -s contrib/uncrustify.cfg uncrustify.cfg 2> /dev/null
8 8
9echo "checking for libtoolize / libtool... " 9echo "checking for libtoolize / libtool... "
10 10