Skip to content
Commit 40edd7ef authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov
Browse files

lib/c/criu.h: rm explicit numbering of enum elements



C standard specifies that the first enum element is 0 and the next ones
are +1 to a previous element (C90, "3.5.2.2 Enumeration
specifiers").
Therefore, there is no need to explicitly specify element values.

The explicit initializers were added in the first commit introducing
this enum (commit 46e8aeed).

While at it, let's also add a comma after the last element, for any
future patch adding more elements to look better.

No functional change.

Cc: Ruslan Kuprieiev <rkuprieiev@cloudlinux.com>
Signed-off-by: default avatarKir Kolyshkin <kir@openvz.org>
Acked-by: default avatarRuslan Kuprieiev <rkuprieiev@cloudlinux.com>
Signed-off-by: default avatarPavel Emelyanov <xemul@virtuozzo.com>
parent cb19e69e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment