Fix indent

This commit is contained in:
Christophe Bedard 2019-06-17 10:47:32 +02:00
parent 31e7fc9e1b
commit c61b2f5db5
2 changed files with 28 additions and 21 deletions

View file

@ -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.