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>2018-04-22 09:44:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-04-22 09:45:52 +0300
commit02f28da187b744b3dea0d253b3d46d91b201a98d (patch)
treebc91af2ee1f6304e7ee8402e8063874f2737f11d /source/blender/editors/space_topbar
parentba711847554f6125ba75c7faf3bd876164f1edce (diff)
Cleanup: trailing spaces
Applied to newly added files in 2.8
Diffstat (limited to 'source/blender/editors/space_topbar')
-rw-r--r--source/blender/editors/space_topbar/space_topbar.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/editors/space_topbar/space_topbar.c b/source/blender/editors/space_topbar/space_topbar.c
index 0a6ec0e7aa0..fa39d89091c 100644
--- a/source/blender/editors/space_topbar/space_topbar.c
+++ b/source/blender/editors/space_topbar/space_topbar.c
@@ -93,14 +93,14 @@ static SpaceLink *topbar_new(const ScrArea *UNUSED(area), const Scene *UNUSED(sc
/* not spacelink itself */
static void topbar_free(SpaceLink *UNUSED(sl))
{
-
+
}
/* spacetype; init callback */
static void topbar_init(struct wmWindowManager *UNUSED(wm), ScrArea *UNUSED(sa))
{
-
+
}
static SpaceLink *topbar_duplicate(SpaceLink *sl)
@@ -136,12 +136,12 @@ static void topbar_main_region_draw(const bContext *C, ARegion *region)
static void topbar_operatortypes(void)
{
-
+
}
static void topbar_keymap(struct wmKeyConfig *UNUSED(keyconf))
{
-
+
}
/* add handlers, stuff you only do once or on area/region changes */