Skip to content

Commit 73431e0

Browse files
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 18562fa commit 73431e0

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 = (Decl*)var;
1216+
auto *D = (Decl*)var;
12171217

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

0 commit comments

Comments
 (0)