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>2013-04-18 05:52:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-18 05:52:38 +0400
commit3f7f07faf51c16f11e5eefeddb537b2e1b024f58 (patch)
treec33a03d05bf774ea363d355694432a400487ec10 /source/blender/avi/intern/avi_intern.h
parent9cceec40c47543eb372bd9c1331901857b5f120a (diff)
style cleanup
Diffstat (limited to 'source/blender/avi/intern/avi_intern.h')
-rw-r--r--source/blender/avi/intern/avi_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/avi/intern/avi_intern.h b/source/blender/avi/intern/avi_intern.h
index f3e33ecf86f..0b494047612 100644
--- a/source/blender/avi/intern/avi_intern.h
+++ b/source/blender/avi/intern/avi_intern.h
@@ -59,7 +59,7 @@ unsigned int GET_TCC(FILE *fp);
putc(ch2[1], fp); \
} (void)0
-void *avi_format_convert (AviMovie *movie, int stream, void *buffer, AviFormat from, AviFormat to, int *size);
+void *avi_format_convert(AviMovie *movie, int stream, void *buffer, AviFormat from, AviFormat to, int *size);
int avi_get_data_id(AviFormat format, int stream);
int avi_get_format_type(AviFormat format);