summaryrefslogtreecommitdiff
path: root/src/dcp.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-25 16:22:08 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-25 16:22:08 +0100
commite520f1009eaa552c7b3931ced85c0f19d8aff554 (patch)
treebf992eab88f0691e5bc336895656ff91cb5f233e /src/dcp.h
parent8eb096bc6fed65dcfc5f1440f3141408004d10fb (diff)
No-op: whitespace.
Diffstat (limited to 'src/dcp.h')
-rw-r--r--src/dcp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dcp.h b/src/dcp.h
index 45ccce88..edc1fc55 100644
--- a/src/dcp.h
+++ b/src/dcp.h
@@ -40,7 +40,7 @@ namespace xmlpp {
namespace libdcp
{
-class Asset;
+class Asset;
class PictureAsset;
class SoundAsset;
class SubtitleAsset;
@@ -57,7 +57,7 @@ namespace parse {
/** @class DCP
* @brief A class to create or read a DCP.
*/
-
+
class DCP : public boost::noncopyable
{
public:
@@ -127,7 +127,7 @@ private:
* @param pkl_uuid UUID to use.
*/
std::string write_pkl (std::string pkl_uuid, bool, XMLMetadata const &, boost::shared_ptr<const Signer>) const;
-
+
/** Write the VOLINDEX file */
void write_volindex (bool) const;