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>2012-09-18 02:34:42 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-18 02:34:42 +0400
commitf6251a1f321d9c35b924bd88b2b786cce035071d (patch)
treef0926be163673fb7b9ffde3876e947be84dc2170 /intern/ghost/test
parentaff591c6e1233248ad8b4f37c87d6e5ea406a35d (diff)
code cleanup: warning and style
Diffstat (limited to 'intern/ghost/test')
-rw-r--r--intern/ghost/test/multitest/EventToBuf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/ghost/test/multitest/EventToBuf.c b/intern/ghost/test/multitest/EventToBuf.c
index 0eb37a58be2..aba80784a72 100644
--- a/intern/ghost/test/multitest/EventToBuf.c
+++ b/intern/ghost/test/multitest/EventToBuf.c
@@ -208,7 +208,8 @@ void event_to_buf(GHOST_EventHandle evt, char buf[128])
char *s= GHOST_GetTitle(win);
pos += sprintf(pos, " - win: %s", s);
free(s);
- } else {
+ }
+ else {
pos+= sprintf(pos, " - sys evt");
}
switch (type) {