diff os_support.c @ 885:da1d5db0ce5c libavformat

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents 4f2b5cb90216
children edbe5c3717f9
line wrap: on
line diff
--- a/os_support.c	Sat Dec 17 17:57:03 2005 +0000
+++ b/os_support.c	Sat Dec 17 18:14:38 2005 +0000
@@ -51,7 +51,7 @@
 struct tm *localtime_r(const time_t *t, struct tm *tp)
 {
     struct tm *l;
-    
+
     l = localtime(t);
     if (!l)
         return 0;