View Single Post
  #10  
Old 06-14-2006, 09:25 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally Posted by ApothiX
No, a lot of programmers put spaces between the first AND last parenthesis. Contiga and Ziro only put a space between the first parenthesis and the parameter list.


Normal way:
NPC Code:
foo( bar );


Their way:
NPC Code:
foo( bar);

Oh, I didn't even notice that. That's just a little bit weird, but you must be pretty picky.
Reply With Quote