Style: fix spacing issue
authorAntoine Busque <abusque@efficios.com>
Fri, 15 Jan 2016 21:45:58 +0000 (16:45 -0500)
committerAntoine Busque <abusque@efficios.com>
Thu, 11 Feb 2016 18:58:52 +0000 (13:58 -0500)
Signed-off-by: Antoine Busque <abusque@efficios.com>
lttnganalyses/linuxautomaton/sched.py

index 659989ea1400d2f92bd16a4a82b096719f460fed..b5b5cab7a99bc2d030581ffc8f019e25796a1292 100644 (file)
@@ -28,7 +28,7 @@ from ..common import version_utils
 class SchedStateProvider(sp.StateProvider):
     # The priority offset for sched_wak* events was fixed in
     # lttng-modules 2.7.1 upwards
-    PRIO_OFFSET_FIX_VERSION = version_utils.Version(2,7,1)
+    PRIO_OFFSET_FIX_VERSION = version_utils.Version(2, 7, 1)
 
     def __init__(self, state):
         cbs = {
This page took 0.024431 seconds and 5 git commands to generate.