aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2015-03-26 18:32:31 -0400
committerEric Fiselier <eric@efcs.ca>2015-03-26 18:32:31 -0400
commitb07fee6b6413354d22fce9e9e488e1c360cd8d7b (patch)
tree072a8bf452a95430a9be6bc1ec73cd87e2bdf532 /cmake
parent1b9e55c281a82ffc37b16f8930f1877b615c22cb (diff)
downloadgoogle-benchmark-b07fee6b6413354d22fce9e9e488e1c360cd8d7b.tar.gz
address review comments
Diffstat (limited to 'cmake')
-rw-r--r--cmake/steady_clock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/steady_clock.cpp b/cmake/steady_clock.cpp
index 4aa72a6..66d50d1 100644
--- a/cmake/steady_clock.cpp
+++ b/cmake/steady_clock.cpp
@@ -4,4 +4,4 @@ int main() {
typedef std::chrono::steady_clock Clock;
Clock::time_point tp = Clock::now();
((void)tp);
-} \ No newline at end of file
+}