packages: koffice/koffice-gmagick.patch - keep code indent
glen
glen at pld-linux.org
Tue Sep 8 09:35:09 CEST 2009
Author: glen Date: Tue Sep 8 07:35:09 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- keep code indent
---- Files affected:
packages/koffice:
koffice-gmagick.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/koffice/koffice-gmagick.patch
diff -u packages/koffice/koffice-gmagick.patch:1.1 packages/koffice/koffice-gmagick.patch:1.2
--- packages/koffice/koffice-gmagick.patch:1.1 Fri Aug 1 11:11:45 2008
+++ packages/koffice/koffice-gmagick.patch Tue Sep 8 09:35:04 2009
@@ -6,15 +6,15 @@
}
- for(int i = 0; i < src->generic_profiles; i++)
- {
-+ const char *profile_name;
-+ size_t profile_length;
-+ const unsigned char * profile_info;
-+ ImageProfileIterator profile_iterator;
++ const char *profile_name;
++ size_t profile_length;
++ const unsigned char * profile_info;
++ ImageProfileIterator profile_iterator;
+
-+ profile_iterator=AllocateImageProfileIterator(src);
-+ while(NextImageProfile(profile_iterator,&profile_name,&profile_info,
-+ &profile_length) != MagickFail)
-+ {
++ profile_iterator=AllocateImageProfileIterator(src);
++ while(NextImageProfile(profile_iterator,&profile_name,&profile_info,
++ &profile_length) != MagickFail)
++ {
QByteArray rawdata;
rawdata.resize(length);
- memcpy(rawdata.data(), src->generic_profile[i].info, src->generic_profile[i].length);
@@ -26,7 +26,7 @@
image -> addAnnotation(annotation);
}
-+ DeallocateImageProfileIterator(profile_iterator);
++ DeallocateImageProfileIterator(profile_iterator);
const ImageAttribute* imgAttr = GetImageAttribute(src, NULL);
while(imgAttr)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/koffice/koffice-gmagick.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list