[asterisk-commits] twilson: branch group/calendaring_ews r264613 - /team/group/calendaring_ews/res/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu May 20 11:33:21 CDT 2010


Author: twilson
Date: Thu May 20 11:33:20 2010
New Revision: 264613

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=264613
Log:
Fix whitespace

Modified:
    team/group/calendaring_ews/res/res_calendar.c

Modified: team/group/calendaring_ews/res/res_calendar.c
URL: http://svnview.digium.com/svn/asterisk/team/group/calendaring_ews/res/res_calendar.c?view=diff&rev=264613&r1=264612&r2=264613
==============================================================================
--- team/group/calendaring_ews/res/res_calendar.c (original)
+++ team/group/calendaring_ews/res/res_calendar.c Thu May 20 11:33:20 2010
@@ -1327,7 +1327,7 @@
 	}
 
 	if (!event->start) {
-		event->start = tv.tv_sec; 
+		event->start = tv.tv_sec;
 	}
 
 	if (!event->end) {




More information about the asterisk-commits mailing list