mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-28 11:10:37 +02:00
trivial: fix code format
This commit is contained in:
parent
bf5927b978
commit
0ddc664526
1 changed files with 2 additions and 2 deletions
|
|
@ -330,7 +330,7 @@ typedef enum {
|
|||
\
|
||||
/* Meta flags not honored by NMPlatform (netlink code). Instead, they can be
|
||||
* used by the upper layers which use NMPlatformIPRoute to track addresses that
|
||||
* should be configured. */ \
|
||||
* should be configured. */ \
|
||||
bool a_force_commit : 1; \
|
||||
\
|
||||
guint8 plen; \
|
||||
|
|
@ -476,7 +476,7 @@ typedef union {
|
|||
bool table_any : 1; \
|
||||
/* Meta flags not honored by NMPlatform (netlink code). Instead, they can be
|
||||
* used by the upper layers which use NMPlatformIPRoute to track routes that
|
||||
* should be configured. */ \
|
||||
* should be configured. */ \
|
||||
/* Whether the route should be committed even if it was removed externally. */ \
|
||||
bool r_force_commit : 1; \
|
||||
\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue