patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / asm-m68k / rtc.h
index 2de18f8..71406fc 100644 (file)
@@ -51,7 +51,7 @@ static inline unsigned int get_rtc_ss(void)
                return mach_get_ss();
        else{
                struct rtc_time h;
-               
+
                get_rtc_time(&h);
                return h.tm_sec;
        }