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>2019-08-16 18:17:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-16 18:17:11 +0300
commitd489aa295534ec008c1a0a504247afbfed5c21dd (patch)
treea78c6d187c188bbe662085e3ef9b300bbd4f5e5b /source/blender/windowmanager
parent27907408136cd3339beac5ea98318830ff837ab6 (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/intern/wm_window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/windowmanager/intern/wm_window.c b/source/blender/windowmanager/intern/wm_window.c
index 9443dddb59a..19fa0e87e50 100644
--- a/source/blender/windowmanager/intern/wm_window.c
+++ b/source/blender/windowmanager/intern/wm_window.c
@@ -894,7 +894,7 @@ wmWindow *WM_window_open_temp(bContext *C, int x, int y, int sizex, int sizey, i
ED_area_newspace(C, sa, SPACE_GRAPH, false);
}
else if (type == WM_WINDOW_INFO) {
- ED_area_newspace(C,sa, SPACE_INFO,false);
+ ED_area_newspace(C, sa, SPACE_INFO, false);
}
else {
ED_area_newspace(C, sa, SPACE_USERPREF, false);
@@ -920,7 +920,7 @@ wmWindow *WM_window_open_temp(bContext *C, int x, int y, int sizex, int sizey, i
else if (sa->spacetype == SPACE_GRAPH) {
title = IFACE_("Blender Drivers Editor");
}
- else if (sa->spacetype == SPACE_INFO){
+ else if (sa->spacetype == SPACE_INFO) {
title = IFACE_("Blender Info Log");
}
else {