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/IMB_metadata.h')
-rw-r--r--source/blender/imbuf/IMB_metadata.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/imbuf/IMB_metadata.h b/source/blender/imbuf/IMB_metadata.h
index d4e8dc1a3b6..64a8db6c526 100644
--- a/source/blender/imbuf/IMB_metadata.h
+++ b/source/blender/imbuf/IMB_metadata.h
@@ -21,7 +21,6 @@
* \ingroup imbuf
*/
-
#ifndef __IMB_METADATA_H__
#define __IMB_METADATA_H__
@@ -53,7 +52,10 @@ void IMB_metadata_free(struct IDProperty *metadata);
* \param len: length of value buffer allocated by user.
* \return - 1 (true) if metadata is present and value for the key found, 0 (false) otherwise
*/
-bool IMB_metadata_get_field(struct IDProperty *metadata, const char *key, char *value, const size_t len);
+bool IMB_metadata_get_field(struct IDProperty *metadata,
+ const char *key,
+ char *value,
+ const size_t len);
/** Set user data in the metadata.
* If the field already exists its value is overwritten, otherwise the field