style: modules mustn't have braces in the line.
[citadel.git] / citadel / modules / autocompletion / serv_autocompletion.c
index 0880ace3c79b638cdb15360361edd6575a698091..f84020e7a12aa461ea0f4d917ee7d0670e80c902 100644 (file)
@@ -216,7 +216,8 @@ void cmd_auto(char *argbuf) {
 }
 
 
-CTDL_MODULE_INIT(autocompletion) {
+CTDL_MODULE_INIT(autocompletion)
+{
        if (!threading)
        {
                CtdlRegisterProtoHook(cmd_auto, "AUTO", "Do recipient autocompletion");