From: Nicholas Nethercote Date: Tue, 17 Mar 2009 04:51:19 +0000 (+0000) Subject: whitespace-only change X-Git-Tag: svn/VALGRIND_3_5_0~842 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f224503623259432bd95e82e8ea4e2c29fef1fbf;p=thirdparty%2Fvalgrind.git whitespace-only change git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9454 --- diff --git a/coregrind/m_mallocfree.c b/coregrind/m_mallocfree.c index cf40058181..3624970890 100644 --- a/coregrind/m_mallocfree.c +++ b/coregrind/m_mallocfree.c @@ -1853,7 +1853,7 @@ Char* VG_(strdup) ( HChar* cc, const Char* s ) // Useful for querying user blocks. SizeT VG_(malloc_usable_size) ( void* p ) { - return VG_(arena_malloc_usable_size)(VG_AR_CLIENT, p); + return VG_(arena_malloc_usable_size)(VG_AR_CLIENT, p); }