From f0995e87b59b2a6c4ca71ee23e7c53f0bb999573 Mon Sep 17 00:00:00 2001 From: Andrea Weikert Date: Wed, 5 Sep 2007 17:55:44 +0000 Subject: fix svn properties for line endings fix a few no newlines at end of file warnings --- source/blender/imbuf/IMB_thumbs.h | 3 ++- source/blender/imbuf/intern/IMB_imginfo.h | 3 ++- source/blender/imbuf/intern/imginfo.c | 3 ++- source/blender/imbuf/intern/md5.c | 1 + source/blender/imbuf/intern/md5.h | 1 + source/blender/imbuf/intern/thumbs.c | 2 +- source/blender/include/BIF_filelist.h | 2 +- source/blender/nodes/intern/CMP_nodes/CMP_invert.c | 2 +- source/blender/src/filelist.c | 2 +- source/blender/src/fsmenu.c | 2 +- 10 files changed, 13 insertions(+), 8 deletions(-) (limited to 'source/blender') 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 ***** * diff --git a/source/blender/include/BIF_filelist.h b/source/blender/include/BIF_filelist.h index a8d8e6f9445..b81be38da01 100644 --- a/source/blender/include/BIF_filelist.h +++ b/source/blender/include/BIF_filelist.h @@ -1,5 +1,5 @@ /** - * $Id: $ + * $Id$ * * ***** BEGIN GPL LICENSE BLOCK ***** * diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_invert.c b/source/blender/nodes/intern/CMP_nodes/CMP_invert.c index 1d4be2bc09f..4d8f5d63e75 100644 --- a/source/blender/nodes/intern/CMP_nodes/CMP_invert.c +++ b/source/blender/nodes/intern/CMP_nodes/CMP_invert.c @@ -1,5 +1,5 @@ /** - * $Id: CMP_mixrgb.c,v 1.4 2007/04/04 13:58:10 jesterking Exp $ + * $Id$ * * ***** BEGIN GPL LICENSE BLOCK ***** * diff --git a/source/blender/src/filelist.c b/source/blender/src/filelist.c index 6dc97faca4e..5b46194d00c 100644 --- a/source/blender/src/filelist.c +++ b/source/blender/src/filelist.c @@ -1,5 +1,5 @@ /** - * $Id: $ + * $Id$ * * ***** BEGIN GPL LICENSE BLOCK ***** * diff --git a/source/blender/src/fsmenu.c b/source/blender/src/fsmenu.c index 11c0bb6a96e..319fb8de48f 100644 --- a/source/blender/src/fsmenu.c +++ b/source/blender/src/fsmenu.c @@ -1,5 +1,5 @@ /** - * $Id: fsmenu.c 11698 2007-08-19 12:22:51Z elubie $ + * $Id$ * * ***** BEGIN GPL/BL DUAL LICENSE BLOCK ***** * -- cgit v1.2.3