Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Jul 12, 2021
1 parent 175ca6d commit 97d02d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/tcompiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2498,7 +2498,8 @@ struct FunctionEmitter {
customfilename ? customlinenumber : obj->number("linenumber"), 0,
scope));
#else
B->SetCurrentDebugLocation(DILocation::get(scope->getContext(),
B->SetCurrentDebugLocation(DILocation::get(
scope->getContext(),
customfilename ? customlinenumber : obj->number("linenumber"), 0,
scope));
#endif
Expand Down
4 changes: 2 additions & 2 deletions src/tcwrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ class IncludeCVisitor : public RecursiveASTVisitor<IncludeCVisitor> {
SourceLocation(), SourceLocation());
#else
return CStyleCastExpr::Create(*Context, Ty, VK_RValue, Kind, E, 0,
FPOptionsOverride::getFromOpaqueInt(0),
TInfo, SourceLocation(), SourceLocation());
FPOptionsOverride::getFromOpaqueInt(0), TInfo,
SourceLocation(), SourceLocation());
#endif
}
IntegerLiteral *LiteralZero() {
Expand Down

0 comments on commit 97d02d2

Please sign in to comment.