summaryrefslogtreecommitdiff
path: root/src/lib/playlist.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-17 01:10:35 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-17 01:10:35 +0100
commit77fd65d0dd95506b5b51802ab58b6bd5eae60dc7 (patch)
treeefe16b8542b7b026d9fb35539b536190cefe7372 /src/lib/playlist.h
parent3e56e4126ec8199f15e03c213b37f39d72c27cc3 (diff)
tabs -> spaces.
Diffstat (limited to 'src/lib/playlist.h')
-rw-r--r--src/lib/playlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/playlist.h b/src/lib/playlist.h
index 5346dd5e7..a31b6826e 100644
--- a/src/lib/playlist.h
+++ b/src/lib/playlist.h
@@ -41,7 +41,7 @@ class Region;
* @brief A set of content files (video and audio), with knowledge of how they should be arranged into
* a DCP.
*
- * This class holds Content objects, and it knows how they should be arranged. At the moment
+ * This class holds Content objects, and it knows how they should be arranged. At the moment
* the ordering is implicit; video content is placed sequentially, and audio content is taken
* from the video unless any sound-only files are present. If sound-only files exist, they
* are played simultaneously (i.e. they can be split up into multiple files for different channels)