From: Marco van Wieringen Date: Tue, 28 Jul 2009 11:17:03 +0000 (+0200) Subject: Small indent change X-Git-Tag: Release-5.0.0~333^2~31 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=71d2d3c9da47fd58cabfe04a496fb2f7dd282225;p=bacula%2Fbacula Small indent change --- diff --git a/bacula/src/filed/xattr.c b/bacula/src/filed/xattr.c index 2c8dba75d2..3af55cf3be 100644 --- a/bacula/src/filed/xattr.c +++ b/bacula/src/filed/xattr.c @@ -1282,7 +1282,7 @@ static bsub_exit_code solaris_save_xattrs(JCR *jcr, const char *xattr_namespace, */ if (!attr_parent) solaris_save_xattr(jcr, attrdirfd, current_xattr_namespace, ".", - true, STREAM_XATTR_SOLARIS); + true, STREAM_XATTR_SOLARIS); if ((fd = dup(attrdirfd)) == -1 || (dirp = fdopendir(fd)) == (DIR *)NULL) { @@ -1343,7 +1343,7 @@ static bsub_exit_code solaris_save_xattrs(JCR *jcr, const char *xattr_namespace, * Save the xattr. */ solaris_save_xattr(jcr, attrdirfd, current_xattr_namespace, dp->d_name, - false, STREAM_XATTR_SOLARIS_SYS); + false, STREAM_XATTR_SOLARIS_SYS); continue; } #endif /* HAVE_SYS_NVPAIR_H && _PC_SATTR_ENABLED */ @@ -1352,7 +1352,7 @@ static bsub_exit_code solaris_save_xattrs(JCR *jcr, const char *xattr_namespace, * Save the xattr. */ solaris_save_xattr(jcr, attrdirfd, current_xattr_namespace, dp->d_name, - false, STREAM_XATTR_SOLARIS); + false, STREAM_XATTR_SOLARIS); } closedir(dirp);