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:
Diffstat (limited to 'source/blender/imbuf/intern/oiio/openimageio_api.h')
-rw-r--r--source/blender/imbuf/intern/oiio/openimageio_api.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/source/blender/imbuf/intern/oiio/openimageio_api.h b/source/blender/imbuf/intern/oiio/openimageio_api.h
index d6249af2a0a..520ad0c5da5 100644
--- a/source/blender/imbuf/intern/oiio/openimageio_api.h
+++ b/source/blender/imbuf/intern/oiio/openimageio_api.h
@@ -21,7 +21,6 @@
* \ingroup openimageio
*/
-
#ifndef __OPENIMAGEIO_API_H__
#define __OPENIMAGEIO_API_H__
@@ -33,11 +32,11 @@ extern "C" {
struct ImBuf;
-int imb_is_a_photoshop (const char *name);
+int imb_is_a_photoshop(const char *name);
-int imb_save_photoshop (struct ImBuf *ibuf, const char *name, int flags);
+int imb_save_photoshop(struct ImBuf *ibuf, const char *name, int flags);
-struct ImBuf *imb_load_photoshop (const char *name, int flags, char *colorspace);
+struct ImBuf *imb_load_photoshop(const char *name, int flags, char *colorspace);
int OIIO_getVersionHex(void);
@@ -46,4 +45,4 @@ int OIIO_getVersionHex(void);
#endif
-#endif /* __OPENIMAGEIO_API_H__ */
+#endif /* __OPENIMAGEIO_API_H__ */