Mailinglist Archive: zypp-devel (230 mails)
| < Previous | Next > |
[zypp-devel] Re: [zypp-commit] r8586 - /trunk/sat-solver/tools/repo_rpmmd.c
- From: Michael Matz <matz@xxxxxxx>
- Date: Sun, 10 Feb 2008 23:37:34 +0100 (CET)
- Message-id: <Pine.LNX.4.64.0802102329500.20583@xxxxxxxxxxxxx>
Hi Duncan,
On Sun, 10 Feb 2008, dmacvicar@xxxxxxxxxxxxxxxx wrote:
Please leave the sat-solver files in GNU indentation style. See
http://www.gnu.org/prep/standards/standards.html.gz#Formatting . mls
doesn't like the space before open-parentheses in function calls (boo,
hiss!) but apart from that the style is fairly homogenous right now. It
should stay that way.
Thanks,
Michael.
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
On Sun, 10 Feb 2008, dmacvicar@xxxxxxxxxxxxxxxx wrote:
@@ -451,18 +463,18 @@
{
case STATE_METADATA:
for (; *atts; atts += 2)
- {
- if (!strcmp(*atts, "packages"))
- {
- pd->numpacks = atoi(atts[1]);
- if (pd->numpacks < 0)
- pd->numpacks = 0;
+ {
+ if (!strcmp(*atts, "packages"))
+ {
+ pd->numpacks = atoi(atts[1]);
+ if (pd->numpacks < 0)
+ pd->numpacks = 0;
Please leave the sat-solver files in GNU indentation style. See
http://www.gnu.org/prep/standards/standards.html.gz#Formatting . mls
doesn't like the space before open-parentheses in function calls (boo,
hiss!) but apart from that the style is fairly homogenous right now. It
should stay that way.
Thanks,
Michael.
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |