No-op: remove all trailing whitespace.
[dcpomatic.git] / test / file_group_test.cc
index 14c01a9763d32d00963bddf94b2e4b83dddd286e..9b70bd9448daec6c8ee75e8ad8622866b64cc180 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2013 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2013-2014 Carl Hetherington <cth@carlh.net>
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 
 */
 
+/** @file  test/file_group_test.cc
+ *  @brief Check that FileGroup works.
+ */
+
 #include <stdint.h>
 #include <cstdio>
 #include <boost/test/unit_test.hpp>
@@ -32,7 +36,7 @@ BOOST_AUTO_TEST_CASE (file_group_test)
        for (int i = 0; i < 65536; ++i) {
                data[i] = rand() & 0xff;
        }
-       
+
        int const num_files = 4;
 
        int length[] = {