Revision: 27232
http://sourceforge.net/p/bibdesk/svn/27232
Author: hofman
Date: 2022-01-17 09:58:22 +0000 (Mon, 17 Jan 2022)
Log Message:
-----------
code layout
Modified Paths:
--------------
trunk/bibdesk/BibItem+Scripting.m
Modified: trunk/bibdesk/BibItem+Scripting.m
===================================================================
--- trunk/bibdesk/BibItem+Scripting.m 2022-01-17 09:58:03 UTC (rev 27231)
+++ trunk/bibdesk/BibItem+Scripting.m 2022-01-17 09:58:22 UTC (rev 27232)
@@ -793,7 +793,8 @@
linkedURLs = [linkedURLs objectsAtIndexes:indexes];
} else if (start > 0 || end < count - 1) {
linkedURLs = [linkedURLs subarrayWithRange:NSMakeRange(start, end
+ 1 - start)];
- }for (BDSKLinkedFile *linkedURL in linkedURLs) {
+ }
+ for (BDSKLinkedFile *linkedURL in linkedURLs) {
[self downloadLinkedFile:linkedURL replace:replace];
}
} else {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit