|
From: <sv...@va...> - 2015-05-10 11:25:06
|
Author: florian
Date: Sun May 10 12:24:59 2015
New Revision: 15203
Log:
White space only change.
Modified:
branches/ASPACEM_TWEAKS/coregrind/m_aspacemgr/aspacemgr-linux.c
Modified: branches/ASPACEM_TWEAKS/coregrind/m_aspacemgr/aspacemgr-linux.c
==============================================================================
--- branches/ASPACEM_TWEAKS/coregrind/m_aspacemgr/aspacemgr-linux.c (original)
+++ branches/ASPACEM_TWEAKS/coregrind/m_aspacemgr/aspacemgr-linux.c Sun May 10 12:24:59 2015
@@ -1221,8 +1221,7 @@
/* Test if a piece of memory is addressable by the client with at
least the "prot" protection permissions by examining the underlying
segments. */
-Bool VG_(am_is_valid_for_client)( Addr start, SizeT len,
- UInt prot )
+Bool VG_(am_is_valid_for_client)( Addr start, SizeT len, UInt prot )
{
const UInt kinds = SkFileC | SkAnonC | SkShmC;
|