diff options
Diffstat (limited to 'src/lib/libgcov.c')
-rw-r--r-- | src/lib/libgcov.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libgcov.c b/src/lib/libgcov.c index 855b83aa31..488eb45571 100644 --- a/src/lib/libgcov.c +++ b/src/lib/libgcov.c @@ -973,8 +973,8 @@ __gcov_one_value_profiler (gcov_type *counters, gcov_type value) /* Tries to determine the most common value among its inputs. */ void -__gcov_indirect_call_profiler (gcov_type* counter, gcov_type value, - void* cur_func, void* callee_func) +__gcov_indirect_call_profiler (gcov_type *counter, gcov_type value, + void *cur_func, void *callee_func) { /* If the C++ virtual tables contain function descriptors then one function may have multiple descriptors and we need to dereference |