style cleanup: nla

This commit is contained in:
Campbell Barton 2012-05-08 18:05:57 +00:00
parent 855c11ff8c
commit f605679515
8 changed files with 877 additions and 877 deletions

@ -66,7 +66,7 @@
#include "UI_view2d.h"
#include "nla_intern.h" // own include
#include "nla_intern.h" /* own include */
/* *********************************************** */
@ -779,11 +779,13 @@ static void draw_nla_channel_list_gl (bAnimContext *ac, ListBase *anim_data, Vie
break;
}
}
else
else {
offset = 14;
}
else
}
else {
offset = 0;
}
/* now, start drawing based on this information */
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);

@ -53,7 +53,7 @@
#include "RNA_access.h"
#include "nla_intern.h" // own include
#include "nla_intern.h" /* own include */
/* ************************** poll callbacks for operators **********************************/
@ -318,4 +318,3 @@ void nla_keymap(wmKeyConfig *keyconf)
keymap = WM_keymap_find(keyconf, "NLA Editor", SPACE_NLA, 0);
nla_keymap_main(keyconf, keymap);
}

@ -60,7 +60,7 @@
#include "UI_resources.h"
#include "UI_view2d.h"
#include "nla_intern.h" // own include
#include "nla_intern.h" /* own include */
/* ******************** manage regions ********************* */
@ -559,4 +559,3 @@ void ED_spacetype_nla(void)
BKE_spacetype_register(st);
}