Merge branch '1.0' of ssh://main.carlh.net/home/carl/git/libdcp into 1.0
[libdcp.git] / src / ref.h
index 287d50814a8f8ec4405c8151b4734286030436c3..8194e5855f7ee3833e76b645036d4d19a0c9d333 100644 (file)
--- a/src/ref.h
+++ b/src/ref.h
@@ -91,7 +91,7 @@ public:
                if (!_object) {
                        throw UnresolvedRefError (_id);
                }
-               
+
                return _object;
        }
 
@@ -102,7 +102,7 @@ public:
                if (!_object) {
                        throw UnresolvedRefError (_id);
                }
-               
+
                return _object.get ();
        }