Handle start and end times together
[citadel.git] / webcit-ng / server / html2html.c
index 8f0b4659d8477e638739cc0fdcda7498da984ad5..8fb8be6305a6975cd27aa95f5afbc0508ead4678 100644 (file)
@@ -502,7 +502,7 @@ StrBuf *html2html(const char *charset_in, int treat_as_wiki, char *roomname, lon
        // Output our big pile of markup
        StrBufAppendBuf(Target, converted_msg, 0);
 
-      BAIL:                    // A little trailing vertical whitespace...
+BAIL:  // A little trailing vertical whitespace...
        StrBufAppendPrintf(Target, "<br>\n");
 
        // Now give back the memory