summaryrefslogtreecommitdiff
path: root/benchtests/bench-pthread-locks.c
diff options
context:
space:
mode:
Diffstat (limited to 'benchtests/bench-pthread-locks.c')
-rw-r--r--benchtests/bench-pthread-locks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchtests/bench-pthread-locks.c b/benchtests/bench-pthread-locks.c
index 2bd49d8762..318c92bd8e 100644
--- a/benchtests/bench-pthread-locks.c
+++ b/benchtests/bench-pthread-locks.c
@@ -1,5 +1,5 @@
/* Measure various lock acquisition times for empty critical sections.
- Copyright (C) 2020 Free Software Foundation, Inc.
+ Copyright (C) 2020-2021 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -547,7 +547,7 @@ do_bench (void)
return rv;
}
-
+
#define TEST_FUNCTION do_bench ()