Fix indent
This commit is contained in:
parent
31e7fc9e1b
commit
c61b2f5db5
2 changed files with 28 additions and 21 deletions
|
@ -13,10 +13,12 @@ from .names import ( # noqa: E402
|
|||
)
|
||||
|
||||
|
||||
def lttng_setup(session_name, full_path,
|
||||
ros_events=DEFAULT_EVENTS_ROS,
|
||||
kernel_events=DEFAULT_EVENTS_KERNEL,
|
||||
context_names=DEFAULT_CONTEXT):
|
||||
def lttng_setup(
|
||||
session_name,
|
||||
full_path,
|
||||
ros_events=DEFAULT_EVENTS_ROS,
|
||||
kernel_events=DEFAULT_EVENTS_KERNEL,
|
||||
context_names=DEFAULT_CONTEXT):
|
||||
"""
|
||||
Set up LTTng session, with events and context.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue