Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-04-21 17:11:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-21 17:11:51 +0400
commit210ee1ade4b4ec5b6f2d3710986171a21a4b8604 (patch)
tree86e27af39ba932f043da2b73463651ff2e40d41c /source/blender/editors/interface/interface_layout.c
parent2e9982f420cab3b2ecf4648c0a91403f757ef9fe (diff)
whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57a
Diffstat (limited to 'source/blender/editors/interface/interface_layout.c')
-rw-r--r--source/blender/editors/interface/interface_layout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/interface/interface_layout.c b/source/blender/editors/interface/interface_layout.c
index a208eee1649..7dc27805b40 100644
--- a/source/blender/editors/interface/interface_layout.c
+++ b/source/blender/editors/interface/interface_layout.c
@@ -1196,10 +1196,10 @@ static void rna_search_cb(const struct bContext *C, void *arg_but, const char *s
#endif
name= BLI_strdup(name_ui);
iconid= ui_id_icon_get((bContext*)C, id, 1);
- }
+ }
else {
name= RNA_struct_name_get_alloc(&itemptr, NULL, 0);
- iconid = 0;
+ iconid = 0;
}
if(name) {