aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2024-02-15 22:53:03 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2024-02-15 22:53:03 +0100
commit135d05b40266f54fd3da490f005bd9dac384f61d (patch)
tree33e519cbc65da1168d66ff7136edd63a4276c982
parent9df9fb502c2805a5272b38ddcab27340a8a3dc6e (diff)
downloadgnunet-135d05b40266f54fd3da490f005bd9dac384f61d.tar.gz
gnunet-135d05b40266f54fd3da490f005bd9dac384f61d.zip
update git uncrustify nudge
-rwxr-xr-xcontrib/conf/uncrustify_precommit2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/conf/uncrustify_precommit b/contrib/conf/uncrustify_precommit
index d9c30a2dd..8e0a605b3 100755
--- a/contrib/conf/uncrustify_precommit
+++ b/contrib/conf/uncrustify_precommit
@@ -31,7 +31,7 @@ then
31 echo "================================================================" 31 echo "================================================================"
32 echo " Your changes are ugly! " 32 echo " Your changes are ugly! "
33 echo " Uncrustify your code in your next commit. " 33 echo " Uncrustify your code in your next commit. "
34 echo " See https://docs.gnunet.org/developers/style.html#coding-style " 34 echo " See https://docs.gnunet.org/latest/developers/style.html#coding-style "
35 echo "================================================================" 35 echo "================================================================"
36fi 36fi
37# Do not fail 37# Do not fail