diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-08-11 08:15:49 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-08-11 08:15:49 +0000 |
commit | c03d8bc24dd45ac615481a82b7ad9ad7fb8b5ed1 (patch) | |
tree | 9e6ae70960c30ebc973cdd6000508aed4ca97620 | |
parent | 5f2c2a114b9d3739381e4ad683413a7db0187999 (diff) | |
download | samba-c03d8bc24dd45ac615481a82b7ad9ad7fb8b5ed1.tar.gz samba-c03d8bc24dd45ac615481a82b7ad9ad7fb8b5ed1.tar.xz samba-c03d8bc24dd45ac615481a82b7ad9ad7fb8b5ed1.zip |
Add indent argument to put function name and type on same line -
for satisfying the autoprototyper and abartlet
-rw-r--r-- | source/CodingSuggestions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/CodingSuggestions b/source/CodingSuggestions index 84166e179f3..e5f366ec710 100644 --- a/source/CodingSuggestions +++ b/source/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 +-bad -bap -br -ce -cdw -nbc -brs -bbb -nbc -npsl Following are some considerations you should use when adding new code to Samba. First and foremost remember that: |