Clarify K&R.

svn path=/trunk/netsurf/; revision=3382
This commit is contained in:
James Bursa 2007-07-04 19:09:41 +00:00
parent 98224bf5a3
commit 1177df7388
1 changed files with 1 additions and 1 deletions

View File

@ -75,6 +75,6 @@ Put functions in a logical order, for example any init function first, then
functions it calls, then the next externally available function, functions it
calls, etc.
We use K&R style, tabs for indent, 80 characters wide,
We use K&R (2nd edition ANSI C) style, tabs for indent, 80 characters wide,
lower_case_with_underscores.