From: Kern Sibbald Date: Fri, 3 Oct 2008 20:51:25 +0000 (+0000) Subject: Tweak tabbing X-Git-Tag: Release-7.0.0~4037 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=009dfb1fac653ba1997b9b908c56ea9a46ec58b2;p=bacula%2Fbacula Tweak tabbing git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7697 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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 */ }; /*