Fix some indentation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20467 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2004-12-19 05:59:47 +00:00
parent 993acedc65
commit 2ce3399dc9

View file

@ -1074,8 +1074,8 @@ static void MD5Transform (unsigned long buf[4], unsigned long const in[16])
{
NSRange range;
unsigned int count = 0;
unsigned int newEnd;
NSRange searchRange;
unsigned int newEnd;
NSRange searchRange;
if (replace == nil)
{
@ -1101,9 +1101,9 @@ static void MD5Transform (unsigned long buf[4], unsigned long const in[16])
[self replaceCharactersInRange: range
withString: by];
newEnd = NSMaxRange(searchRange) + byLen - range.length;
searchRange.location = range.location + byLen;
searchRange.length = newEnd - searchRange.location;
newEnd = NSMaxRange(searchRange) + byLen - range.length;
searchRange.location = range.location + byLen;
searchRange.length = newEnd - searchRange.location;
range = [self rangeOfString: replace
options: 0