LogAnalyzer: Fix indent which I broke when merging.
This commit is contained in:
parent
9dbfa40afd
commit
fc79a06b9f
@ -15,7 +15,7 @@ import ctypes
|
||||
class Format(object):
|
||||
'''Data channel format as specified by the FMT lines in the log file'''
|
||||
def __init__(self,msgType,msgLen,name,types,labels):
|
||||
self.NAME = 'FMT'
|
||||
self.NAME = 'FMT'
|
||||
self.msgType = msgType
|
||||
self.msgLen = msgLen
|
||||
self.name = name
|
||||
|
Loading…
Reference in New Issue
Block a user