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:
authorAndrea Weikert <elubie@gmx.net>2007-09-05 21:55:44 +0400
committerAndrea Weikert <elubie@gmx.net>2007-09-05 21:55:44 +0400
commitf0995e87b59b2a6c4ca71ee23e7c53f0bb999573 (patch)
treeaffd207e7de5a8ec04cbe699a04c92992318e284 /source/blender/imbuf
parent5116048649bce99794ebcf2305ad17df280565a7 (diff)
fix svn properties for line endings
fix a few no newlines at end of file warnings
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/IMB_thumbs.h3
-rw-r--r--source/blender/imbuf/intern/IMB_imginfo.h3
-rw-r--r--source/blender/imbuf/intern/imginfo.c3
-rw-r--r--source/blender/imbuf/intern/md5.c1
-rw-r--r--source/blender/imbuf/intern/md5.h1
-rw-r--r--source/blender/imbuf/intern/thumbs.c2
6 files changed, 9 insertions, 4 deletions
diff --git a/source/blender/imbuf/IMB_thumbs.h b/source/blender/imbuf/IMB_thumbs.h
index 22565dac688..4f4b77ff000 100644
--- a/source/blender/imbuf/IMB_thumbs.h
+++ b/source/blender/imbuf/IMB_thumbs.h
@@ -1,5 +1,5 @@
/**
- * $Id: $
+ * $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -71,3 +71,4 @@ ImBuf* IMB_thumb_manage(const char* dir, const char* file, ThumbSize size, Thumb
#endif /* _IMB_THUMBS_H */
+
diff --git a/source/blender/imbuf/intern/IMB_imginfo.h b/source/blender/imbuf/intern/IMB_imginfo.h
index 91073ec9575..c8e9005619c 100644
--- a/source/blender/imbuf/intern/IMB_imginfo.h
+++ b/source/blender/imbuf/intern/IMB_imginfo.h
@@ -1,5 +1,5 @@
/**
- * $Id: $
+ * $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -76,3 +76,4 @@ int IMB_imginfo_add_field(struct ImBuf* img, const char* key, const char* field)
#endif /* _IMB_IMGINFO_H */
+
diff --git a/source/blender/imbuf/intern/imginfo.c b/source/blender/imbuf/intern/imginfo.c
index c443b1be885..59fbd2f7200 100644
--- a/source/blender/imbuf/intern/imginfo.c
+++ b/source/blender/imbuf/intern/imginfo.c
@@ -1,5 +1,5 @@
/**
- * $Id: $
+ * $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*
@@ -106,3 +106,4 @@ int IMB_imginfo_add_field(struct ImBuf* img, const char* key, const char* field)
info->value = BLI_strdup(field);
return 1;
}
+
diff --git a/source/blender/imbuf/intern/md5.c b/source/blender/imbuf/intern/md5.c
index 3119dd1fe7d..a3165467b53 100644
--- a/source/blender/imbuf/intern/md5.c
+++ b/source/blender/imbuf/intern/md5.c
@@ -358,3 +358,4 @@ md5_process_block (buffer, len, ctx)
ctx->C = C;
ctx->D = D;
}
+
diff --git a/source/blender/imbuf/intern/md5.h b/source/blender/imbuf/intern/md5.h
index ed38c192d2b..8b0d946430e 100644
--- a/source/blender/imbuf/intern/md5.h
+++ b/source/blender/imbuf/intern/md5.h
@@ -113,3 +113,4 @@ int md5_stream __P ((FILE *stream, void *resblock));
void *md5_buffer __P ((const char *buffer, size_t len, void *resblock));
#endif
+
diff --git a/source/blender/imbuf/intern/thumbs.c b/source/blender/imbuf/intern/thumbs.c
index 4bfde95d2bb..944abb6968c 100644
--- a/source/blender/imbuf/intern/thumbs.c
+++ b/source/blender/imbuf/intern/thumbs.c
@@ -1,5 +1,5 @@
/**
- * $Id: $
+ * $Id$
*
* ***** BEGIN GPL LICENSE BLOCK *****
*