~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to docs/CONTRIBUTE

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-02-08 11:20:41 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080208112041-hed7sb5r6ghmjf8v
Tags: upstream-7.18.0
ImportĀ upstreamĀ versionĀ 7.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
 using spaces only (no tabs) and having the opening brace ({) on the same line
103
103
 as the if() or while().
104
104
 
 
105
 Also note that we use if() and while() with no space before the parenthesis.
 
106
 
105
107
2.3 Commenting
106
108
 
107
109
 Comment your source code extensively using C comments (/* comment */), DO NOT