]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak remove blank line
authorKern Sibbald <kern@sibbald.com>
Sun, 20 Dec 2015 09:21:34 +0000 (10:21 +0100)
committerKern Sibbald <kern@sibbald.com>
Sun, 20 Dec 2015 09:21:44 +0000 (10:21 +0100)
bacula/src/filed/backup.c

index 31ed90a324ab0c823600e41be3faae331e0c4e14..9ac1d4d22dc41513cca9b62166cdb45a4068d438 100644 (file)
 #include "bacula.h"
 #include "filed.h"
 #include "backup.h"
-
 #ifdef HAVE_LZO
 const bool have_lzo = true;
-#else
+#else 
 const bool have_lzo = false;
-#endif
-
+#endif 
 #ifdef HAVE_LIBZ
 const bool have_libz = true;
-#else
+#else 
 const bool have_libz = false;
-#endif
-
+#endif 
 /* Forward referenced functions */
 int save_file(JCR *jcr, FF_PKT *ff_pkt, bool top_level);
 static int send_data(bctx_t &bctx, int stream);
@@ -166,9 +166,8 @@ bool blast_data_to_storage_daemon(JCR *jcr, char *addr)
    memset(jcr->xattr_ctx, 0, sizeof(xattr_ctx_t));
    jcr->xattr_ctx->content = get_pool_memory(PM_MESSAGE);
 #endif
-
-
-   /** Subroutine save_file() is called for each file */
+   /* Subroutine save_file() is called for each file */
    if (!find_files(jcr, (FF_PKT *)jcr->ff, save_file, plugin_save)) {
       ok = false;                     /* error */
       jcr->setJobStatus(JS_ErrorTerminated);