Changes by: flatcap
Update of /cvsroot/linux-ntfs/ntfsprogs/libntfs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24078/libntfs
Modified Files:
attrib.c dir.c logfile.c security.c tree.c
Log Message:
whitespace fixes - no code changes
Index: attrib.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/libntfs/attrib.c,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -p -r1.187 -r1.188
--- attrib.c 23 Oct 2005 18:35:58 -0000 1.187
+++ attrib.c 26 Oct 2005 22:54:57 -0000 1.188
@@ -1842,7 +1842,7 @@ find_attr_list_attr:
/* Got it. Done. */
if (!rc)
- return 0;
+ return 0;
/* Error! If other than not found return it. */
if (errno != ENOENT)
Index: dir.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/libntfs/dir.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- dir.c 23 Oct 2005 18:35:58 -0000 1.32
+++ dir.c 26 Oct 2005 22:54:57 -0000 1.33
@@ -52,18 +52,18 @@
* and "$Q" as global constants.
*/
ntfschar NTFS_INDEX_I30[5] = { const_cpu_to_le16('$'), const_cpu_to_le16('I'),
- const_cpu_to_le16('3'), const_cpu_to_le16('0'),
- const_cpu_to_le16('\0') };
+ const_cpu_to_le16('3'), const_cpu_to_le16('0'),
+ const_cpu_to_le16('\0') };
ntfschar NTFS_INDEX_SII[5] = { const_cpu_to_le16('$'), const_cpu_to_le16('S'),
- const_cpu_to_le16('I'), const_cpu_to_le16('I'),
- const_cpu_to_le16('\0') };
+ const_cpu_to_le16('I'), const_cpu_to_le16('I'),
+ const_cpu_to_le16('\0') };
ntfschar NTFS_INDEX_SDH[5] = { const_cpu_to_le16('$'), const_cpu_to_le16('S'),
- const_cpu_to_le16('D'), const_cpu_to_le16('H'),
- const_cpu_to_le16('\0') };
+ const_cpu_to_le16('D'), const_cpu_to_le16('H'),
+ const_cpu_to_le16('\0') };
ntfschar NTFS_INDEX_O[3] = { const_cpu_to_le16('$'), const_cpu_to_le16('O'),
- const_cpu_to_le16('\0') };
+ const_cpu_to_le16('\0') };
ntfschar NTFS_INDEX_Q[3] = { const_cpu_to_le16('$'), const_cpu_to_le16('Q'),
- const_cpu_to_le16('\0') };
+ const_cpu_to_le16('\0') };
/**
* ntfs_inode_lookup_by_name - find an inode in a directory given its name
Index: logfile.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/libntfs/logfile.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- logfile.c 24 Oct 2005 20:50:05 -0000 1.12
+++ logfile.c 26 Oct 2005 22:54:57 -0000 1.13
@@ -413,7 +413,7 @@ static int ntfs_check_and_load_restart_p
"detected in $LogFile restart page.");
err = EINVAL;
goto err_out;
- }
+ }
}
/*
* If the restart page is modified by chkdsk or there are no active
Index: security.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/libntfs/security.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- security.c 21 Oct 2005 18:05:13 -0000 1.10
+++ security.c 26 Oct 2005 22:54:57 -0000 1.11
@@ -98,7 +98,7 @@ char *ntfs_guid_to_mbs(const GUID *guid,
guid->data4[2], guid->data4[3], guid->data4[4],
guid->data4[5], guid->data4[6], guid->data4[7]);
if (res == 36)
- return _guid_str;
+ return _guid_str;
if (!guid_str)
free(_guid_str);
errno = EINVAL;
Index: tree.c
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/libntfs/tree.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- tree.c 26 Oct 2005 20:52:53 -0000 1.4
+++ tree.c 26 Oct 2005 22:54:57 -0000 1.5
@@ -2046,7 +2046,7 @@ ascend:
//ntfs_log_debug("\tnode has %d children\n", suc->child_count);
// initialise new node
- // XXX ntfs_dt_initialise (new, vcn);
+ // XXX ntfs_dt_initialise(new, vcn);
goto done;
|