Corrected HACKING dir to splint usage

This commit is contained in:
Mario Danic 2008-03-17 22:10:34 +00:00
parent 98427828fb
commit fff41d96a3
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* This document will contain general hacking rules for libimgi */ /* This document will contain general hacking rules for genisofs */
C Code guidelines: C Code guidelines:
@ -6,7 +6,7 @@ C Code guidelines:
- Never more than 80 chars horizontally - Never more than 80 chars horizontally
- Only use C-Style commenting - Only use C-Style commenting
- function names: lower case, separated by underscore - function names: lower case, separated by underscore
- Using lint is strongly recommended - Using splint is strongly recommended
- Use 4 spaces, not tabs - Use 4 spaces, not tabs
Code should be formatted according to following example: Code should be formatted according to following example: