|
From: <sv...@va...> - 2005-11-01 13:44:38
|
Author: sewardj
Date: 2005-11-01 12:32:24 +0000 (Tue, 01 Nov 2005)
New Revision: 4976
Log:
Whitespace only change (test commit to see if auto-mail-on-commit is=20
still working).
Modified:
trunk/coregrind/m_aspacemgr/aspacemgr.c
Modified: trunk/coregrind/m_aspacemgr/aspacemgr.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_aspacemgr/aspacemgr.c 2005-11-01 03:08:41 UTC (rev =
4975)
+++ trunk/coregrind/m_aspacemgr/aspacemgr.c 2005-11-01 12:32:24 UTC (rev =
4976)
@@ -541,7 +541,8 @@
=20
/* Extract the device and inode numbers for a fd. */
static=20
-Bool get_inode_for_fd ( Int fd, /*OUT*/UWord* dev, /*OUT*/UWord* ino, /*=
OUT*/UInt* mode )
+Bool get_inode_for_fd ( Int fd, /*OUT*/UWord* dev,=20
+ /*OUT*/UWord* ino, /*OUT*/UInt* mode )
{
struct vki_stat buf;
Int r =3D aspacem_fstat(fd, &buf);
|