summaryrefslogtreecommitdiff
path: root/navit/profile.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/profile.c')
-rw-r--r--navit/profile.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/navit/profile.c b/navit/profile.c
index 289b2b2e5..d1645377f 100644
--- a/navit/profile.c
+++ b/navit/profile.c
@@ -53,8 +53,7 @@
* parameters as varargs. May be NULL; then no message is printed, and all timers with the
* same or higher level are reset.
*/
-void
-profile_timer(int level, const char *module, const char *function, const char *fmt, ...) {
+void profile_timer(int level, const char *module, const char *function, const char *fmt, ...) {
#ifndef _MSC_VER
va_list ap;
static struct timeval last[PROFILE_LEVEL_MAX+1];