Mailinglist Archive: zypp-devel (230 mails)
| < Previous | Next > |
Re: [zypp-devel] Re: [zypp-commit] r8586 - /trunk/sat-solver/tools/repo_rpmmd.c
- From: "Duncan Mac-Vicar P." <dmacvicar@xxxxxxx>
- Date: Sun, 10 Feb 2008 23:52:27 +0100
- Message-id: <47AF802B.8010409@xxxxxxx>
Michael Matz wrote:
tabs and spaces. I forgot to keep the brackets aligned as they were.
Duncan
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
Hi Duncan,I am sorry! my editor helps me do those stupid things when people mix
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.
tabs and spaces. I forgot to keep the brackets aligned as they were.
Duncan
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |