From 740b092fda3d5f45102422f22884c88ea6c42858 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Mon, 28 Sep 2020 14:50:01 +0200 Subject: format: replace tabs for indentation in code comments 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]') --- shared/nm-meta-setting.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'shared/nm-meta-setting.c') diff --git a/shared/nm-meta-setting.c b/shared/nm-meta-setting.c index 2c44f15467..3326a5393f 100644 --- a/shared/nm-meta-setting.c +++ b/shared/nm-meta-setting.c @@ -568,11 +568,11 @@ out_none: int i; /* this might hint to a bug, but it would be expected for NM_TYPE_SETTING - * and NM_TYPE_SETTING_IP_CONFIG. - * - * Assert that we didn't lookup for a gtype, which we would expect to find. - * An assertion failure here, hints to a bug in nm_setting_*_class_init(). - */ + * and NM_TYPE_SETTING_IP_CONFIG. + * + * Assert that we didn't lookup for a gtype, which we would expect to find. + * An assertion failure here, hints to a bug in nm_setting_*_class_init(). + */ for (i = 0; i < _NM_META_SETTING_TYPE_NUM; i++) nm_assert(nm_meta_setting_infos[i].get_setting_gtype() != gtype); } -- cgit v1.2.1