Skip to content

Commit 57264fc

Browse files
Update lib/Interpreter/CppInterOp.cpp
1 parent 839f5e1 commit 57264fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Interpreter/CppInterOp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1213,7 +1213,7 @@ namespace Cpp {
12131213
}
12141214

12151215
TCppType_t GetVariableType(TCppScope_t var) {
1216-
auto *D = static_cast<Decl*>(var);
1216+
auto* D = static_cast<Decl*>(var);
12171217

12181218
if (auto DD = llvm::dyn_cast_or_null<DeclaratorDecl>(D)) {
12191219
QualType QT = DD->getType();

0 commit comments

Comments
 (0)