From aa278ad10d8b8a6de27a15dc9b77d2f5a63055ee Mon Sep 17 00:00:00 2001 From: Thorsten Engel Date: Thu, 18 May 2006 17:29:38 +0000 Subject: [PATCH] - improved code style of last commit ;-) git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3025 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/filed/backup.c | 2 +- bacula/src/lib/winapi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/filed/backup.c b/bacula/src/filed/backup.c index 6088f157ad..73a57e5be9 100644 --- a/bacula/src/filed/backup.c +++ b/bacula/src/filed/backup.c @@ -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); diff --git a/bacula/src/lib/winapi.c b/bacula/src/lib/winapi.c index fe6b7eb007..58a20fd715 100644 --- a/bacula/src/lib/winapi.c +++ b/bacula/src/lib/winapi.c @@ -248,7 +248,7 @@ InitWinAPIWrapper() break; } #endif /* WIN32_VSS */ - atexit (Win32ConvCleanupCache); + atexit(Win32ConvCleanupCache); } #else -- 2.39.2