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>2019-04-17 07:17:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-17 07:21:24 +0300
commite12c08e8d170b7ca40f204a5b0423c23a9fbc2c1 (patch)
tree8cf3453d12edb177a218ef8009357518ec6cab6a /source/blender/imbuf/intern/oiio/openimageio_api.h
parentb3dabc200a4b0399ec6b81f2ff2730d07b44fcaa (diff)
ClangFormat: apply to source, most of intern
Apply clang format as proposed in T53211. For details on usage and instructions for migrating branches without conflicts, see: https://wiki.blender.org/wiki/Tools/ClangFormat
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__ */