Skip to content

Commit e2fa913

Browse files
anutosh491vgvassilev
authored andcommitted
remove whitespace in xinterpreter.cpp
1 parent 9a162bb commit e2fa913

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/xinterpreter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ void* createInterpreter(const Args &ExtraArgs = {}) {
4545
ClangArgs.push_back("-isystem");
4646
ClangArgs.push_back(CxxInclude.c_str());
4747
}
48-
4948
ClangArgs.insert(ClangArgs.end(), ExtraArgs.begin(), ExtraArgs.end());
5049
// FIXME: We should process the kernel input options and conditionally pass
5150
// the gpu args here.

0 commit comments

Comments
 (0)