mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 06:00:08 +01:00
libnm/trivial: adjust code comment
clang-format likes to indent the comment, at the location where it was. Move it.
This commit is contained in:
parent
76a0696882
commit
3e5f0a0fa2
1 changed files with 2 additions and 2 deletions
|
|
@ -2980,8 +2980,6 @@ verify(NMSetting *setting, NMConnection *connection, GError **error)
|
|||
error))
|
||||
return FALSE;
|
||||
|
||||
/* normalizable warnings from here on. */
|
||||
|
||||
#define _check_strempty_and_return(priv, prop_name, field, error) \
|
||||
G_STMT_START \
|
||||
{ \
|
||||
|
|
@ -2999,6 +2997,8 @@ verify(NMSetting *setting, NMConnection *connection, GError **error)
|
|||
} \
|
||||
G_STMT_END
|
||||
|
||||
/* normalizable warnings from here on. */
|
||||
|
||||
_check_strempty_and_return(priv, NM_SETTING_802_1X_IDENTITY, identity, error);
|
||||
_check_strempty_and_return(priv,
|
||||
NM_SETTING_802_1X_ANONYMOUS_IDENTITY,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue