mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-16 06:30:29 +01:00
shared: enforce trailing semicolon after NM_UTILS_STRING_TABLE_LOOKUP_DEFINE()
This commit is contained in:
parent
fb2d11f1f9
commit
3cab307fa7
1 changed files with 2 additions and 1 deletions
|
|
@ -2058,7 +2058,8 @@ _nm_utils_hwaddr_ntoa(gconstpointer addr,
|
|||
{ \
|
||||
unknown_val_cmd; \
|
||||
} \
|
||||
}
|
||||
} \
|
||||
_NM_DUMMY_STRUCT_FOR_TRAILING_SEMICOLON
|
||||
|
||||
#define NM_UTILS_STRING_TABLE_LOOKUP_STRUCT_DEFINE(fcn_name, \
|
||||
result_type, \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue