Skip to content

Commit 7a733c0

Browse files
committed
Fixing whitespace
1 parent da813e0 commit 7a733c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Timeline.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ void Timeline::apply_json_to_clips(Json::Value change) {
13721372
// Set properties of clip from JSON
13731373
clip->SetJsonValue(change["value"]);
13741374

1375-
// Add clip to timeline
1375+
// Add clip to timeline
13761376
AddClip(clip);
13771377

13781378
} else if (change_type == "update") {

0 commit comments

Comments
 (0)