]> git.sur5r.net Git - bacula/bacula/commitdiff
- improved code style of last commit ;-)
authorThorsten Engel <thorsten.engel@matrix-computer.com>
Thu, 18 May 2006 17:29:38 +0000 (17:29 +0000)
committerThorsten Engel <thorsten.engel@matrix-computer.com>
Thu, 18 May 2006 17:29:38 +0000 (17:29 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3025 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/filed/backup.c
bacula/src/lib/winapi.c

index 6088f157ad09d7f464593d662e2c7eb5c90ed4bb..73a57e5be9838d9e37bb7e9f8f25c3e2c9dad59d 100644 (file)
@@ -714,7 +714,7 @@ int send_data(JCR *jcr, int stream, FF_PKT *ff_pkt, DIGEST *digest, DIGEST *sign
             goto err;
          }
          compress_len = zstream.total_out;
-         blibzInited = deflateReset (&zstream) == Z_OK;
+         blibzInited = deflateReset(&zstream) == Z_OK;
 
          Dmsg2(400, "compressed len=%d uncompressed len=%d\n",
             compress_len, sd->msglen);
index fe6b7eb0077e013fd4e3ccd74a16c7155df39cab..58a20fd715891fb254510b92160a9e4b0176fc05 100644 (file)
@@ -248,7 +248,7 @@ InitWinAPIWrapper()
          break;
    }
 #endif /* WIN32_VSS */
-   atexit (Win32ConvCleanupCache);
+   atexit(Win32ConvCleanupCache);
 }
 
 #else