xed-highlight-mode-dialog/selector: Clean up code style
Fix a few indentation errors and convert tabs to spaces.
This commit is contained in:
parent
33d035aac7
commit
3bf1b62a34
|
@ -109,5 +109,3 @@ xed_highlight_mode_dialog_get_selector (XedHighlightModeDialog *dlg)
|
||||||
|
|
||||||
return dlg->selector;
|
return dlg->selector;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ex:set ts=8 noet: */
|
|
||||||
|
|
|
@ -402,5 +402,3 @@ xed_highlight_mode_selector_activate_selected_language (XedHighlightModeSelector
|
||||||
g_object_unref (lang);
|
g_object_unref (lang);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ex:set ts=8 noet: */
|
|
||||||
|
|
Loading…
Reference in New Issue