about summary refs log tree commit diff
path: root/include/stap-probe.h
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@systemhalted.org>2015-10-14 11:34:20 -0400
committerCarlos O'Donell <carlos@systemhalted.org>2015-10-14 11:35:31 -0400
commit90b2517115a56ca9f5625f3e16c2629deeac55a9 (patch)
tree2cce39d7fd26ccce341a00b0df6b51dd25d53a53 /include/stap-probe.h
parentf463c7b1839e2df5da0cd1fb6fe197f982b68765 (diff)
downloadglibc-90b2517115a56ca9f5625f3e16c2629deeac55a9.tar.gz
glibc-90b2517115a56ca9f5625f3e16c2629deeac55a9.tar.xz
glibc-90b2517115a56ca9f5625f3e16c2629deeac55a9.zip
include/stap-probe.h: Fix formatting.
Fix macro indentation.
Diffstat (limited to 'include/stap-probe.h')
-rw-r--r--include/stap-probe.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/stap-probe.h b/include/stap-probe.h
index 433b8fd38f..eb2272376a 100644
--- a/include/stap-probe.h
+++ b/include/stap-probe.h
@@ -57,13 +57,13 @@
 
 # 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.  */