Skip to content

Commit 0f56008

Browse files
committed
fix mixing tabs and spaces
1 parent ef9d2da commit 0f56008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc-with-cpychecker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ cmd = 'from libcpychecker import main; main(**{%s})' % dictstr
7878
# when setting CC=gcc-with-cpychecker)
7979
args = ['gcc',
8080
('-fplugin=%s' % PLUGIN),
81-
('-fplugin-arg-python-command=%s' % cmd)]
81+
('-fplugin-arg-python-command=%s' % cmd)]
8282
args += other_args # (the args we didn't consume)
8383

8484
# Beware of quoting: if the command is quoted within the Popen call, then

0 commit comments

Comments
 (0)