mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
practracker: Fix indentation in util.py
This commit only changes whitespace and removes a temporary comment.
This commit is contained in:
parent
651bbe8a0d
commit
3a2964577e
@ -22,7 +22,6 @@ def get_tor_c_files(tor_topdir, include_dirs=None):
|
||||
else:
|
||||
topdirs = [ os.path.join(tor_topdir, inc) for inc in include_dirs ]
|
||||
|
||||
# TO THE REVIEWER: I will fix this indentation shortly. -nm
|
||||
for topdir in topdirs:
|
||||
for root, directories, filenames in os.walk(topdir):
|
||||
# Remove all the directories that are excluded.
|
||||
|
Loading…
Reference in New Issue
Block a user