diff options
author | Thomas Haller <thaller@redhat.com> | 2020-09-28 14:50:01 +0200 |
---|---|---|
committer | Antonio Cardace <acardace@redhat.com> | 2020-09-28 16:07:52 +0200 |
commit | 740b092fda3d5f45102422f22884c88ea6c42858 (patch) | |
tree | 5a049cc10c99efb5ee39606b8b1d0893a9f46db3 /src/nm-proxy-config.c | |
parent | 328fb90f3e0d4e35975aff63944ac0412d7893a5 (diff) | |
download | NetworkManager-ac/clang-format.tar.gz |
format: replace tabs for indentation in code commentsac/clang-format
sed -i \
-e 's/^'$'\t'' \*/ */g' \
-e 's/^'$'\t\t'' \*/ */g' \
-e 's/^'$'\t\t\t'' \*/ */g' \
-e 's/^'$'\t\t\t\t'' \*/ */g' \
-e 's/^'$'\t\t\t\t\t'' \*/ */g' \
-e 's/^'$'\t\t\t\t\t\t'' \*/ */g' \
-e 's/^'$'\t\t\t\t\t\t\t'' \*/ */g' \
$(git ls-files -- '*.[hc]')
Diffstat (limited to 'src/nm-proxy-config.c')
-rw-r--r-- | src/nm-proxy-config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nm-proxy-config.c b/src/nm-proxy-config.c index 9e26c39f54..6c114bd9c5 100644 --- a/src/nm-proxy-config.c +++ b/src/nm-proxy-config.c @@ -73,8 +73,8 @@ nm_proxy_config_merge_setting(NMProxyConfig *config, NMSettingProxy *setting) priv->method = NM_PROXY_CONFIG_METHOD_AUTO; /* Free DHCP Obtained PAC Url (i.e Option 252) - * only when libnm overrides it. - */ + * only when libnm overrides it. + */ tmp = nm_setting_proxy_get_pac_url(setting); if (tmp) { g_free(priv->pac_url); |