Skip to content

Commit

Permalink
[NOBIN] Changed whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Aug 26, 2020
1 parent 2f3f9b8 commit c0ef3ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ifl.py
Original file line number Diff line number Diff line change
Expand Up @@ -1260,10 +1260,8 @@ def open_form() -> None:
m_functionInfoForm.Show()

# --------------------------------------------------------------------------

# IDA api:


class funclister_t(idaapi.plugin_t):
flags = idaapi.PLUGIN_UNL
comment = "Interactive Functions List"
Expand Down Expand Up @@ -1295,7 +1293,6 @@ def run(self, arg: Any) -> None:
def term(self) -> None:
pass


def PLUGIN_ENTRY() -> funclister_t:
return funclister_t()

Expand Down

0 comments on commit c0ef3ae

Please sign in to comment.