style cleanup
authorArt Cancro <ajc@citadel.org>
Wed, 20 Apr 2016 04:59:12 +0000 (00:59 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 20 Apr 2016 04:59:12 +0000 (00:59 -0400)
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.