]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - libxfs/xfs_dir2_data.c
Merge whitespace changes over
[thirdparty/xfsprogs-dev.git] / libxfs / xfs_dir2_data.c
index 9f62489488267e2f2ac6929c009c7fcafed0b8d2..40c387c9a3b44615f047c45fcb5cf25bc8b89cd9 100644 (file)
@@ -11,7 +11,7 @@
  *
  * Further, this software is distributed without any warranty that it is
  * free of the rightful claim of any third person regarding infringement
- * or the like.         Any license provided herein, whether implied or
+ * or the like.  Any license provided herein, whether implied or
  * otherwise, applies only to this software file.  Patent licenses, if
  * any, provided herein do not apply to combinations of this program with
  * other software, or any other product whatsoever.
  * Core data block handling routines for XFS V2 directories.
  * See xfs_dir2_data.h for data structures.
  */
+
 #include <xfs.h>
 
+
 #ifdef DEBUG
 /*
  * Check the consistency of the data block.
@@ -395,7 +397,7 @@ xfs_dir2_data_init(
        int                     i;              /* bestfree index */
        xfs_mount_t             *mp;            /* filesystem mount point */
        xfs_trans_t             *tp;            /* transaction pointer */
-       int                     t;              /* temp */
+       int                     t;              /* temp */
 
        dp = args->dp;
        mp = dp->i_mount;