From ed5c2ad6ed6e7bdd9a5adb5718337439c28478cb Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Tue, 1 Nov 2005 12:32:24 +0000 Subject: [PATCH] Whitespace only change (test commit to see if auto-mail-on-commit is still working). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4976 --- coregrind/m_aspacemgr/aspacemgr.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/coregrind/m_aspacemgr/aspacemgr.c b/coregrind/m_aspacemgr/aspacemgr.c index bbd32d1ece..55c2a504bf 100644 --- a/coregrind/m_aspacemgr/aspacemgr.c +++ b/coregrind/m_aspacemgr/aspacemgr.c @@ -541,7 +541,8 @@ static Int aspacem_read ( Int fd, void* buf, Int count) /* Extract the device and inode numbers for a fd. */ static -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, + /*OUT*/UWord* ino, /*OUT*/UInt* mode ) { struct vki_stat buf; Int r = aspacem_fstat(fd, &buf); -- 2.47.3