gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: contrib: we use uncrustify


From: gnunet
Subject: [gnunet] branch master updated: contrib: we use uncrustify
Date: Mon, 16 Oct 2023 15:46:43 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 0ade5ebc7 contrib: we use uncrustify
0ade5ebc7 is described below

commit 0ade5ebc74e53a243df1b05b3bbbf597d5a559dd
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Oct 16 15:46:38 2023 +0200

    contrib: we use uncrustify
---
 contrib/indent_pre-commit | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/contrib/indent_pre-commit b/contrib/indent_pre-commit
deleted file mode 100755
index c67fcaf0c..000000000
--- a/contrib/indent_pre-commit
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-# Run this script to indent the GNUnet code.  When run without arguments,
-# it indents the ENTIRE src/ tree.  Run with 'src/XXX' to indent the
-# src/XXX directory.
-#
-# This script is in the public domain.
-if test $# = 0
-then
- PATHS=src/
-else
- PATHS="$@"
-fi
-find $PATHS -name "*.c" -exec indent {} \;
-find $PATHS -name "*.h" -exec indent {} \;
-find $PATHS -name "*.c" -exec indent {} \;
-find $PATHS -name "*.h" -exec indent {} \;
-find $PATHS -name "*.c" -exec contrib/scripts/removetrailingwhitespace.py {} \;
-find $PATHS -name "*.h" -exec contrib/scripts/removetrailingwhitespace.py {} \;
-if test -n "`dos2unix -V | head -n1 | awk '{print $1 $2}'`"; then
-  find $PATHS -name "*.c" -exec dos2unix {} \;
-  find $PATHS -name "*.h" -exec dos2unix {} \;
-fi

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]