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:
Thomas Haller 2022-05-17 12:56:46 +02:00
parent 76a0696882
commit 3e5f0a0fa2
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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,