Skip to content

Commit

Permalink
clean up blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed May 30, 2020
1 parent 0430bfa commit 4ac3072
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion can/packer_pyx_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,3 @@ def get_ext_filename(self, ext_name):

if platform.system() == "Darwin":
os.system("install_name_tool -change opendbc/can/libdbc.dylib "+BASEDIR+"/opendbc/can/libdbc.dylib packer_pyx.so")

1 change: 0 additions & 1 deletion can/parser_pyx_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,3 @@ def get_ext_filename(self, ext_name):

if platform.system() == "Darwin":
os.system("install_name_tool -change opendbc/can/libdbc.dylib "+BASEDIR+"/opendbc/can/libdbc.dylib parser_pyx.so")

1 change: 0 additions & 1 deletion can/process_dbc.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,3 @@ def main():

if __name__ == '__main__':
main()

0 comments on commit 4ac3072

Please sign in to comment.