Skip to content

Commit e2eb15e

Browse files
yangxingwuchenhengqi
authored andcommitted
bcc/python: remove additional space
1 parent 0a601b8 commit e2eb15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/bcc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ class BPF(object):
295295

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

300300
_auto_includes = {
301301
"linux/time.h": ["time"],

0 commit comments

Comments
 (0)