* Add text/calendar to the MSGP list. Also added some DLAT debugging.
[citadel.git] / webcit / calendar.c
index 455173f6bd173179613069de4421cfc4506c5493..d50e1f77e8ecb7ec93454d70becacd36dc00575f 100644 (file)
@@ -280,7 +280,7 @@ void cal_process_object(StrBuf *Target,
 void cal_process_attachment(wc_mime_attachment *Mime) 
 {
        icalcomponent *cal;
-       
+
        cal = icalcomponent_new_from_string(ChrPtr(Mime->Data));
        FlushStrBuf(Mime->Data);
        if (cal == NULL) {