style cleanup: no functional changes

This commit is contained in:
2012-04-24 22:50:49 +00:00
parent 47b6b60e5a
commit 48893dba24
10 changed files with 27 additions and 24 deletions

View File

@@ -367,7 +367,8 @@ static short UNUSED_FUNCTION(do_texttools) (SpaceText * st, char ascii, unsigned
#if 0
#ifdef WITH_PYTHON
/* Run text plugin scripts if enabled */
if (st->doplugins && event && val) {
if (st->doplugins && event && val)
{
if (BPY_menu_do_shortcut(PYMENU_TEXTPLUGIN, event, qual)) {
do_draw = 1;
}