From 96d6f783b7dfac04af8a7d77033a3d05e31cfc10 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 14 Jul 2021 02:02:17 +0200 Subject: C++11 tidying. --- test/atmos_test.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test/atmos_test.cc') diff --git a/test/atmos_test.cc b/test/atmos_test.cc index 1ac0e1f1..a56de7af 100644 --- a/test/atmos_test.cc +++ b/test/atmos_test.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2015-2019 Carl Hetherington + Copyright (C) 2015-2021 Carl Hetherington This file is part of libdcp. @@ -31,11 +31,13 @@ files in the program, then also delete it here. */ + #include "atmos_asset.h" #include "test.h" #include #include + /** Check basic read of an Atmos asset */ BOOST_AUTO_TEST_CASE (atmos_read_test) { -- cgit v1.2.3