From 11b5c15fdb815a2af400bfddef944dbac41a434a Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Tue, 25 Feb 2014 15:42:35 -0500 Subject: Remove trailing whitespace Change-Id: I8116f63ff88687c8db3fd6e8e23b22ab2f759af0 Reviewed-on: https://code.wireshark.org/review/385 Reviewed-by: Bill Meier Tested-by: Bill Meier --- ui/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/util.h') diff --git a/ui/util.h b/ui/util.h index 7fb5e17df1..5cbfd151d3 100644 --- a/ui/util.h +++ b/ui/util.h @@ -37,7 +37,7 @@ char *get_args_as_string(int argc, char **argv, int optindex); /* Compute the difference between two seconds/microseconds time stamps. * Beware: we're using nanosecond resolution now and function is currently unused */ -void compute_timestamp_diff(gint *diffsec, gint *diffusec, +void compute_timestamp_diff(gint *diffsec, gint *diffusec, guint32 sec1, guint32 usec1, guint32 sec2, guint32 usec2); /* Try to figure out if we're remotely connected, e.g. via ssh or -- cgit v1.2.1