From a834a73e341059be154426390304a42e4a011f72 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 25 Sep 2002 15:19:00 +0000 Subject: sync'ing up for 3.0alpha20 release (This used to be commit 65e7b5273bb58802bf0c389b77f7fcae0a1f6139) --- source3/CodingSuggestions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/CodingSuggestions') diff --git a/source3/CodingSuggestions b/source3/CodingSuggestions index e5f366ec71..5e99bc54ca 100644 --- a/source3/CodingSuggestions +++ b/source3/CodingSuggestions @@ -29,7 +29,7 @@ programmers who have contributed. The indent utility can be used to format C files in the general samba coding style. The arguments you should give to indent are: --bad -bap -br -ce -cdw -nbc -brs -bbb -nbc -npsl +-bad -bap -br -ce -cdw -nbc -brs -bbb -nbc -npsl -ut -i8 Following are some considerations you should use when adding new code to Samba. First and foremost remember that: -- cgit