libnm/trivial: fix indentation

This commit is contained in:
Thomas Haller 2018-06-27 11:23:57 +02:00
parent 71a26617d8
commit f18c673f4e

View file

@ -410,7 +410,7 @@ verify (NMSetting *setting, NMConnection *connection, GError **error)
priv->input_key);
g_prefix_error (error, "%s.%s: ", NM_SETTING_IP_TUNNEL_SETTING_NAME,
NM_SETTING_IP_TUNNEL_INPUT_KEY);
return FALSE;
return FALSE;
}
}
@ -426,7 +426,7 @@ verify (NMSetting *setting, NMConnection *connection, GError **error)
priv->output_key);
g_prefix_error (error, "%s.%s: ", NM_SETTING_IP_TUNNEL_SETTING_NAME,
NM_SETTING_IP_TUNNEL_OUTPUT_KEY);
return FALSE;
return FALSE;
}
}