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-12-18 05:52:18 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-12-18 05:52:18 +0400
commite72239c6a45173c0d23868c8e66b0926dcf2fd9c (patch)
treece5c7bd822c1d86d76f5f1a53f9f1b26aa95ccf0 /source/blender/imbuf/intern/cineon/cineonlib.c
parent899ba3fdb619034653ad59dfae6c8eec9f443933 (diff)
style cleanup
Diffstat (limited to 'source/blender/imbuf/intern/cineon/cineonlib.c')
-rw-r--r--source/blender/imbuf/intern/cineon/cineonlib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/cineon/cineonlib.c b/source/blender/imbuf/intern/cineon/cineonlib.c
index 3049a5be514..b858251a6b9 100644
--- a/source/blender/imbuf/intern/cineon/cineonlib.c
+++ b/source/blender/imbuf/intern/cineon/cineonlib.c
@@ -50,7 +50,8 @@
static int verbose = 0;
-void cineonSetVerbose(int verbosity) {
+void cineonSetVerbose(int verbosity)
+{
verbose = verbosity;
}