Skip to content

Commit 8f42a9f

Browse files
authored
Fix tabs-vs-spaces indent in Timeline.h
1 parent 572875b commit 8f42a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/Timeline.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ namespace openshot {
104104
* Fraction(25,1), // framerate
105105
* 44100, // sample rate
106106
* 2 // channels
107-
* ChannelLayout::LAYOUT_STEREO,
107+
* ChannelLayout::LAYOUT_STEREO,
108108
* );
109109
*
110110
* // Create some clips

0 commit comments

Comments
 (0)