]> sourceware.org Git - glibc.git/commitdiff
include/stap-probe.h: Fix formatting.
authorCarlos O'Donell <carlos@systemhalted.org>
Wed, 14 Oct 2015 15:34:20 +0000 (11:34 -0400)
committerCarlos O'Donell <carlos@systemhalted.org>
Wed, 14 Oct 2015 15:35:31 +0000 (11:35 -0400)
Fix macro indentation.

ChangeLog
include/stap-probe.h

index 652c5d204011078699caa55d67be86f36b5f164b..ce8260069e51086e4f4c6f6f4ebfe256e03fd511 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-10-14  Carlos O'Donell  <carlos@redhat.com>
+
+       * include/stap-probe.h: Fix macro definition formatting.
+
 2015-10-14  Florian Weimer  <fweimer@redhat.com>
 
        [BZ #19074]
index 433b8fd38f2e50456dadabaf30883fe70dbcc605..eb2272376a087b42c943e3b81e93e6550542a4e6 100644 (file)
 
 # ifndef __ASSEMBLER__
 /* Evaluate all the arguments and verify that N matches their number.  */
-#define LIBC_PROBE(name, n, ...) STAP_PROBE##n (__VA_ARGS__)
+#  define LIBC_PROBE(name, n, ...) STAP_PROBE##n (__VA_ARGS__)
 
-#define STAP_PROBE0()
-#define STAP_PROBE1(a1)
-#define STAP_PROBE2(a1, a2)
-#define STAP_PROBE3(a1, a2, a3)
-#define STAP_PROBE4(a1, a2, a3, a4)
+#  define STAP_PROBE0()
+#  define STAP_PROBE1(a1)
+#  define STAP_PROBE2(a1, a2)
+#  define STAP_PROBE3(a1, a2, a3)
+#  define STAP_PROBE4(a1, a2, a3, a4)
 
 # else
 #  define LIBC_PROBE(name, n, ...)             /* Nothing.  */
This page took 0.091857 seconds and 5 git commands to generate.