From: David Goulet Date: Mon, 14 Nov 2011 15:26:37 +0000 (-0500) Subject: Fix indentation X-Git-Tag: v2.0-pre15~123 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=7ebae5217b0b2d8cb897065224a326ccccbce7ac Fix indentation Signed-off-by: David Goulet --- diff --git a/lttng/commands/enable_events.c b/lttng/commands/enable_events.c index 005214b8e..dd1a04928 100644 --- a/lttng/commands/enable_events.c +++ b/lttng/commands/enable_events.c @@ -70,10 +70,10 @@ static struct poptOption long_options[] = { {"pid", 'p', POPT_ARG_INT, &opt_pid, 0, 0, 0}, {"tracepoint", 0, POPT_ARG_NONE, 0, OPT_TRACEPOINT, 0, 0}, {"marker", 0, POPT_ARG_NONE, 0, OPT_MARKER, 0, 0}, - {"probe", 0, POPT_ARG_STRING, &opt_probe, OPT_PROBE, 0, 0}, + {"probe", 0, POPT_ARG_STRING, &opt_probe, OPT_PROBE, 0, 0}, {"function", 0, POPT_ARG_STRING, &opt_function, OPT_FUNCTION, 0, 0}, {"function:entry", 0, POPT_ARG_STRING, &opt_function_entry_symbol, OPT_FUNCTION_ENTRY, 0, 0}, - {"syscall", 0, POPT_ARG_NONE, 0, OPT_SYSCALL, 0, 0}, + {"syscall", 0, POPT_ARG_NONE, 0, OPT_SYSCALL, 0, 0}, {0, 0, 0, 0, 0, 0, 0} };