diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-08-17 16:15:20 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-08-17 16:15:20 +0000 |
commit | d5f8f1be7ed05fa31787a4352d8b01eff44c1fdd (patch) | |
tree | d9b6f69f77a29f444049499032f48afabb6c0ab9 | |
parent | ee92edf7dafc4da220fde07c1a42d3b9b1ab477a (diff) | |
download | samba-d5f8f1be7ed05fa31787a4352d8b01eff44c1fdd.tar.gz samba-d5f8f1be7ed05fa31787a4352d8b01eff44c1fdd.tar.bz2 samba-d5f8f1be7ed05fa31787a4352d8b01eff44c1fdd.zip |
Update indent arguments, they're now correct.
(This used to be commit 7f2d506bab0b649f707a25dec856639b18eee625)
-rw-r--r-- | source3/CodingSuggestions | 2 |
1 files changed, 1 insertions, 1 deletions
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: |