Skip to content

Commit 72f9e1b

Browse files
FileSequenceVectorParameter : Whitespace cleanup
1 parent ee32580 commit 72f9e1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/IECore/FileSequenceVectorParameter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ FileSequencePtr FileSequenceVectorParameter::parseFileSequence( const std::strin
257257
frameList = FrameList::parse( tail );
258258
found = true;
259259
}
260-
260+
261261
catch ( Exception & )
262262
{
263263
fileSequenceCopy = fileSequenceCopy.substr( 0, spaceIndex )
@@ -267,7 +267,7 @@ FileSequencePtr FileSequenceVectorParameter::parseFileSequence( const std::strin
267267

268268
spaceIndex = fileSequenceCopy.find_first_of( " " );
269269
}
270-
270+
271271
}
272272

273273
return new FileSequence( filename, frameList );

0 commit comments

Comments
 (0)