diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-10-23 17:52:22 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-10-23 17:52:22 +0000 |
commit | 3a1720af1d7f43edc5b214cde0be11bfb94d077e (patch) | |
tree | 029e0ff2d5e3c0eaf2405fd8e669555fdf5e1297 /lib/stats | |
parent | 8f3cadc28cb2bb9e8f9d69eeaaea1f57f2f7b2ab (diff) |
Notes
Diffstat (limited to 'lib/stats')
-rw-r--r-- | lib/stats/stats.cpp (renamed from lib/stats/stats.cc) | 2 | ||||
-rw-r--r-- | lib/stats/stats_client.cpp (renamed from lib/stats/stats_client.cc) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/stats/stats.cc b/lib/stats/stats.cpp index 8d4a115d1aef..da254fdb5a52 100644 --- a/lib/stats/stats.cc +++ b/lib/stats/stats.cpp @@ -1,4 +1,4 @@ -//===-- stats.cc ----------------------------------------------------------===// +//===-- stats.cpp ---------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. diff --git a/lib/stats/stats_client.cc b/lib/stats/stats_client.cpp index 0790f57372f4..52eab8eea079 100644 --- a/lib/stats/stats_client.cc +++ b/lib/stats/stats_client.cpp @@ -1,4 +1,4 @@ -//===-- stats_client.cc ---------------------------------------------------===// +//===-- stats_client.cpp --------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. |