[1850] in BarnOwl Developers
Re: [PATCH 7/7] Add owl_new_hv for future Perl code
daemon@ATHENA.MIT.EDU (Karl Ramm)
Thu Oct 29 18:23:13 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@lunatique.mit.edu
From: Karl Ramm <kcr@1ts.org>
To: David Benjamin <davidben@MIT.EDU>
Cc: barnowl-dev@MIT.EDU
Date: Sat, 24 Oct 2009 15:00:50 -0400
In-Reply-To: <1256406221-22905-8-git-send-email-davidben@mit.edu> (David
Benjamin's message of "Sat, 24 Oct 2009 13:43:41 -0400")
David Benjamin <davidben@MIT.EDU> writes:
> + for(i = 0; i < owl_list_get_size(&l); i++) {
I have been given the impression that our house style is to put a space
between the for and the (.
kcr