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-20 16:29:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-20 16:29:28 +0400
commitfbe13ab84ac73752258ef50110bd562ed1263e5a (patch)
treecdcc17209ae1f93f40cd09f6e4d16ee1e4044e9a /intern/guardedalloc/test/simpletest
parent8771c9e2feb70111da56ac6494fbce1f9f924713 (diff)
style cleanup
Diffstat (limited to 'intern/guardedalloc/test/simpletest')
-rw-r--r--intern/guardedalloc/test/simpletest/memtest.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/intern/guardedalloc/test/simpletest/memtest.c b/intern/guardedalloc/test/simpletest/memtest.c
index 7c6a0a2d546..749e2500dd1 100644
--- a/intern/guardedalloc/test/simpletest/memtest.c
+++ b/intern/guardedalloc/test/simpletest/memtest.c
@@ -94,7 +94,8 @@ int main (int argc, char *argv[])
if (verbose) {
if (error_status) {
fprintf(stderr, "|--* Memory test FAILED\n|\n");
- } else {
+ }
+ else {
fprintf(stderr, "|--* Memory tested as good (as it should be)\n|\n");
}
}
@@ -130,7 +131,8 @@ int main (int argc, char *argv[])
if (verbose) {
if (retval) {
fprintf(stderr, "|--* Memory test failed (as it should be)\n");
- } else {
+ }
+ else {
fprintf(stderr, "|--* Memory test FAILED to find corrupted blocks \n");
}
}
@@ -147,7 +149,8 @@ int main (int argc, char *argv[])
if (verbose) {
if (error_status) {
fprintf(stderr,"|\n|--* Errors were detected\n");
- } else {
+ }
+ else {
fprintf(stderr,"|\n|--* Test exited succesfully\n");
}