summaryrefslogtreecommitdiff
path: root/shared/nm-meta-setting.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared/nm-meta-setting.c')
-rw-r--r--shared/nm-meta-setting.c10
1 files changed, 5 insertions, 5 deletions
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);
}