bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fatfs patch for writing support


From: Marco Gerards
Subject: Re: Fatfs patch for writing support
Date: 24 Jul 2003 20:47:41 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

"Alfred M. Szmidt" <ams@kemisten.nu> writes:

>     Can some please have a look at this patch too? (Alfred? :)).
> 
> I don't remeber if Marcus commented about this (I have a vauge feeling
> that he did), but according to the GCS long if statments should be
> split before an operator. That is instead of writting like this:
> 
>  if (foo_this_is_long && bar > win (x, y, z) &&
>      remaining_condition)
> 
> you should write it like so:
> 
>  if (foo_this_is_long && bar > win (x, y, z)
>      && remaining_condition)
 
Hmm, I thought I've fixed this. Was this in my code or in the
surrounding code?
 
> As for comments about the patch, could you send it without fixing the
> existing code to follow the GCS?  It is far easier to look at it that
> way; and formatting issues are easily solved by the person doing the
> check-in of the file anyway (C-x h M-C-\, or GNU indent).

Fine for me. I just hope this will be done.

Thanks,
Marco





reply via email to

[Prev in Thread] Current Thread [Next in Thread]