* start implementing sending an error message if the notification fails...
[citadel.git] / citadel / modules / extnotify / extnotify_main.c
index d15b3b07bab9b6a7540a16dcecbd4f3fe10c3a9f..0f85dfc77ca93162180a6062265c705c311bfa65 100644 (file)
@@ -152,11 +152,11 @@ void do_extnotify_queue(void) {
        CtdlForEachMessage(MSGS_ALL, 0L, NULL,
                           SPOOLMIME, NULL, process_notify, NotifyHosts);
 
-    while ((NotifyHosts != NULL) && (NotifyHosts[i] != NULL))
-           FreeStrBuf(&NotifyHosts[i]);
+       while ((NotifyHosts != NULL) && (NotifyHosts[i] != NULL))
+               FreeStrBuf(&NotifyHosts[i]);
 
-    CtdlLogPrintf(CTDL_DEBUG, "serv_extnotify: queue run completed\n");
-    doing_queue = 0;
+       CtdlLogPrintf(CTDL_DEBUG, "serv_extnotify: queue run completed\n");
+       doing_queue = 0;
 }
 /*!
  * \brief Process messages in the external notification queue