style cleanup
[citadel.git] / citadel / modules / image / serv_image.c
index a33143f574b3ad2c69afb35bad3dcfe6e9478eed..367814e9f699177b060f80d475a21af4375d3c8d 100644 (file)
 
 #include "ctdl_module.h"
 #include "config.h"
-
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <dirent.h>
 
 
-
 /*
  * DownLoad Room Image (see its icon or whatever)
  * If this command succeeds, it follows the same protocol as the DLAT command.