diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-11-07 23:27:27 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-11-07 23:27:27 +0000 |
commit | af21484a8daf15da48f7d00c4fe632708a757a64 (patch) | |
tree | 4d554c6e95783a6c34a74d7378085b425c658f8c | |
parent | 1f1c38f7be32192add15beaa183b936bfed5da89 (diff) | |
download | gnutls-af21484a8daf15da48f7d00c4fe632708a757a64.tar.gz |
Use GNU coding style for indent.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c8c42505a1..1d7a459085 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,4 +51,4 @@ release: cvs commit -m "Update." manual/ reference/ releases/ indent: - indent -i4 -kr `ls {lib,lib/x509,libextra,libextra/openpgp,src}/*.{c,h} | grep -v -- -gaa` + indent `ls {lib,lib/x509,libextra,libextra/openpgp,src}/*.{c,h} | grep -v -- -gaa` |