]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
style: Add missing newline at end of file
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 27 Feb 2022 19:41:29 +0000 (20:41 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 27 Feb 2022 19:41:55 +0000 (20:41 +0100)
unittest/test_util_path.cpp

index 0bdc7b88f35b5aaa403a08186a1d558b70231921..e999570cf746fd1a5dcc9e85e0ce002f69ce181c 100644 (file)
@@ -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
+}