From 1f020b178664857b0e107778d04fb971a58e6230 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 23 Jul 2008 11:23:36 +0000 Subject: - trim any trailing whitespace --- test/time/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/time') diff --git a/test/time/time.c b/test/time/time.c index c97c4f5ef..a4d68d50f 100644 --- a/test/time/time.c +++ b/test/time/time.c @@ -4,7 +4,7 @@ /* We use this instead of memcmp because some broken C libraries * add additional nonstandard fields to struct tm... */ - + int tm_cmp(struct tm tm1, struct tm tm2) { return tm1.tm_sec != tm2.tm_sec || -- cgit v1.2.3