From 0ca2ce389d69164964486cd0dbbe0714f01ccdc6 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 3 Oct 2008 20:51:25 +0000 Subject: [PATCH] Tweak tabbing git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7697 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/filed/fd_plugins.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/bacula/src/filed/fd_plugins.h b/bacula/src/filed/fd_plugins.h index 307b9f441f..ad203e979e 100644 --- a/bacula/src/filed/fd_plugins.h +++ b/bacula/src/filed/fd_plugins.h @@ -71,15 +71,15 @@ * This packet is used for file save info transfer. */ struct save_pkt { - int32_t pkt_size; /* size of this packet */ - char *fname; /* Full path and filename */ - char *link; /* Link name if any */ - struct stat statp; /* System stat() packet for file */ - int32_t type; /* FT_xx for this file */ - uint32_t flags; /* Bacula internal flags */ - bool portable; /* set if data format is portable */ - char *cmd; /* command */ - int32_t pkt_end; /* end packet sentinel */ + int32_t pkt_size; /* size of this packet */ + char *fname; /* Full path and filename */ + char *link; /* Link name if any */ + struct stat statp; /* System stat() packet for file */ + int32_t type; /* FT_xx for this file */ + uint32_t flags; /* Bacula internal flags */ + bool portable; /* set if data format is portable */ + char *cmd; /* command */ + int32_t pkt_end; /* end packet sentinel */ }; /* -- 2.39.5