From: Joel Rosdahl Date: Sun, 27 Feb 2022 19:41:29 +0000 (+0100) Subject: style: Add missing newline at end of file X-Git-Tag: v4.6~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=998cddab1022d1a05fa50f5acf65603c5ef977e1;p=thirdparty%2Fccache.git style: Add missing newline at end of file --- diff --git a/unittest/test_util_path.cpp b/unittest/test_util_path.cpp index 0bdc7b88f..e999570cf 100644 --- a/unittest/test_util_path.cpp +++ b/unittest/test_util_path.cpp @@ -1,4 +1,4 @@ -// Copyright (C) 2021 Joel Rosdahl and other contributors +// Copyright (C) 2021-2022 Joel Rosdahl and other contributors // // See doc/AUTHORS.adoc for a complete list of contributors. // @@ -132,4 +132,4 @@ TEST_CASE("util::path_starts_with") CHECK(!util::path_starts_with("C:\\beh\\foo", "/foo")); CHECK(!util::path_starts_with("C:\\beh\\foo", "C:/foo")); #endif -} \ No newline at end of file +}