xed-highlight-mode-dialog/selector: Clean up code style

Fix a few indentation errors and convert tabs to spaces.
This commit is contained in:
JosephMcc 2020-09-08 22:53:25 -07:00 committed by Michael Webster
parent 33d035aac7
commit 3bf1b62a34
2 changed files with 256 additions and 260 deletions

View File

@ -109,5 +109,3 @@ xed_highlight_mode_dialog_get_selector (XedHighlightModeDialog *dlg)
return dlg->selector;
}
/* ex:set ts=8 noet: */

View File

@ -402,5 +402,3 @@ xed_highlight_mode_selector_activate_selected_language (XedHighlightModeSelector
g_object_unref (lang);
}
}
/* ex:set ts=8 noet: */