From: Christian Brauner <christian.brau...@ubuntu.com>
Date: Mon, 23 Apr 2018 12:24:43 +0200

> +     #ifdef CONFIG_NET
> +             seqnum = get_ns_uevent_seqnum_by_vpid();
> +     #else
> +             seqnum = uevent_seqnum;
> +     #endif

Please don't indend the code like this.

By indenting the CPP directives, which should be at column zero, the
actual code became double indented.

Thank you.

Reply via email to