LogAnalyzer: Fix indent which I broke when merging.

This commit is contained in:
Aaron Curtis 2014-07-08 09:38:23 -10:00 committed by Craig Elder
parent 9dbfa40afd
commit fc79a06b9f

View File

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