mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 15:50:36 +01:00
trivial: remove trailing TABs
This commit is contained in:
parent
5ce25c5eb4
commit
5157f9b0ae
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ extract_details_from_connection (NMConnection *connection,
|
|||
|
||||
setting_name = nm_setting_connection_get_connection_type (s_con);
|
||||
g_assert (setting_name);
|
||||
|
||||
|
||||
/* In case of bluetooth connection, use GSM or CDMA setting */
|
||||
if (strcmp (setting_name, NM_SETTING_BLUETOOTH_SETTING_NAME) == 0) {
|
||||
if (nm_connection_get_setting_gsm (connection))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue