Skip to content

Commit

Permalink
Revert whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Jul 11, 2023
1 parent 743c0ef commit 4b72a71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/freeze/test/freeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def ignore_non_src(src, names):
if os.path.exists(os.path.join(newroot, 'Makefile')):
_run_quiet([MAKE, 'clean'], newroot)


def get_makefile_var(builddir, name):
regex = re.compile(rf'^{name} *=\s*(.*?)\s*$')
filename = os.path.join(builddir, 'Makefile')
Expand Down

0 comments on commit 4b72a71

Please sign in to comment.