Skip to content

Commit

Permalink
bcc/python: remove additional space
Browse files Browse the repository at this point in the history
  • Loading branch information
yangxingwu authored and chenhengqi committed Oct 24, 2022
1 parent 0a601b8 commit e2eb15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/bcc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class BPF(object):

_probe_repl = re.compile(b"[^a-zA-Z0-9_]")
_sym_caches = {}
_bsymcache = lib.bcc_buildsymcache_new()
_bsymcache = lib.bcc_buildsymcache_new()

_auto_includes = {
"linux/time.h": ["time"],
Expand Down

0 comments on commit e2eb15e

Please sign in to comment.