:: Re: [DNG] vdev status update in dae…
Góra strony
Delete this message
Reply to this message
Autor: Didier Kryn
Data:  
Dla: dng
Temat: Re: [DNG] vdev status update in daedalus
Le 28/07/2025 à 16:24, aitor a écrit :
>
> Hi,
>
> On 21/7/25 12:22, Didier Kryn wrote:
>> The second fashion is the style imposed in nearly all projects,
>> including the Linux kernel.
>
> I'm referring to namely functions. Linux kernel does use the second
> fashion, but namely functions are a exception.
>
> Example:
>
> static void push_pad (void)
> {
>     while (offset & 3) {
>         putchar(0);
>         offset++;
>     }
> }
>


    Sorry Aitor, I don't know what is a "namely" function.

    Note the inconsistency of the indentation: the first { begins a
line and the second terminates a line!

    Cheers.

--     Didier