]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Code formatting changes only.
authorNicholas Nethercote <n.nethercote@gmail.com>
Tue, 26 Oct 2004 13:00:12 +0000 (13:00 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Tue, 26 Oct 2004 13:00:12 +0000 (13:00 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2850

include/valgrind.h.in

index 03fdb7f8d3a5ff53a23742bc80a9b17b657a719b..52d024b67e24986a7e77962120eff9a64d7b8b98 100644 (file)
    from the compiled code (analogous to NDEBUG's effects on
    assert())  */
 #define VALGRIND_MAGIC_SEQUENCE(                                       \
-        _zzq_rlval,   /* result lvalue */                              \
-        _zzq_default, /* result returned when running on real CPU */   \
-        _zzq_request, /* request code */                               \
-        _zzq_arg1,    /* request first param */                                \
-        _zzq_arg2,    /* request second param */                       \
-        _zzq_arg3,    /* request third param */                                \
-        _zzq_arg4     /* request fourth param */ )                     \
+        _zzq_rlval, _zzq_default, _zzq_request,                         \
+        _zzq_arg1, _zzq_arg2, _zzq_arg3, _zzq_arg4)                     \
    {                                                                   \
       (_zzq_rlval) = (_zzq_default);                                   \
    }
 #endif /* NVALGRIND */
 
+
 /* Some request codes.  There are many more of these, but most are not
    exposed to end-user view.  These are the public ones, all of the
    form 0x1000 + small_number.