SESA / EBBlib

System independent library to support Elastic Building Blocks
MIT License
11 stars 6 forks source link

Style issues to be approved #10

Open okrieg opened 12 years ago

okrieg commented 12 years ago

Small functions should be all on one line -dan +orran open "{" should be on same line as arguments +Dan +Orran three lines per function 1 qualifier (e.g., static, inline...), 2 type, 3 function name and arguments +Dan +Orran

okrieg commented 12 years ago

decision for big routines function on new line, everything qualifier and type on previous line open bracket for function on next line

for small functions, in header, all one line, in c file do same as big function