Commit f2d4ac87 authored by Peter DeLong's avatar Peter DeLong Committed by Facebook Github Bot

Improve formatting of scripts and test files

Summary: Reformatted the scripts and test files to look better and also to avoid lint warnings in the future

Reviewed By: andriigrynenko

Differential Revision: D5673856

fbshipit-source-id: 5818625ec14d18ef3b9b804df53949afefc3b98f
parent 9dc004f8
...@@ -77,7 +77,8 @@ class GetFiberXMethodWorker(gdb.xmethod.XMethodWorker): ...@@ -77,7 +77,8 @@ class GetFiberXMethodWorker(gdb.xmethod.XMethodWorker):
class GetFiberXMethodMatcher(gdb.xmethod.XMethodMatcher): class GetFiberXMethodMatcher(gdb.xmethod.XMethodMatcher):
def __init__(self): def __init__(self):
super(GetFiberXMethodMatcher, self).__init__("Fiber address method matcher") super(GetFiberXMethodMatcher, self).__init__(
"Fiber address method matcher")
self.worker = GetFiberXMethodWorker() self.worker = GetFiberXMethodWorker()
def match(self, class_type, method_name): def match(self, class_type, method_name):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment